Skip to content

Commit

Permalink
Apply Rector changes (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov authored and github-actions[bot] committed Feb 6, 2024
1 parent ff49c81 commit 27e9acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/CommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ public function testUpdate(
array|string $conditions,
array $params,
array $expectedValues,
int $expectedCount,
int $expectedCount = null,
): void {
parent::testUpdate($table, $columns, $conditions, $params, $expectedValues, $expectedCount);
}
Expand Down
2 changes: 1 addition & 1 deletion tests/QueryBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ public function testUpdate(
array|string $condition,
array $params,
string $expectedSql,
array $expectedParams,
array $expectedParams = null,
): void {
parent::testUpdate($table, $columns, $condition, $params, $expectedSql, $expectedParams);
}
Expand Down

0 comments on commit 27e9acc

Please sign in to comment.