Skip to content

Commit 30a28ca

Browse files
committed
Run rector
1 parent c88a52d commit 30a28ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"symplify/easy-coding-standard": "^10.1"
3232
},
3333
"scripts": {
34-
"lint:fix": "./vendor/bin/ecs --fix",
34+
"lint:fix": "./vendor/bin/ecs --fix--clear-cache --no-progress-bar",
3535
"lint:stan": "./vendor/bin/phpstan",
3636
"lint:upgrade": "vendor/bin/rector process",
3737
"lint": "composer lint:fix && composer lint:upgrade && composer lint:stan",

src/QueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function setParams(array $params): self
9999
public function build(): array
100100
{
101101
$query = $this->params;
102-
if (! isset($query['body'])) {
102+
if (false === isset($query['body'])) {
103103
$query['body'] = [];
104104
}
105105

0 commit comments

Comments
 (0)