Skip to content

Commit

Permalink
php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Jan 25, 2024
1 parent 4a20c23 commit b136266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public function testSearchFallback()
[[$expectedParams0, 0, 10], [$expectedParams1, 0, 10]],
[
['recordCount' => 0, 'documents' => []],
['recordCount' => 0, 'documents' => []]
['recordCount' => 0, 'documents' => []],
]
);
$back = new Backend($conn, null, 'fallback');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function testRandomNoInterfaceWithResultsLessThanLimit(): void
$this->equalTo(0),
$this->equalTo(10),
$this->equalTo($params),
]
],
],
$rci
);
Expand Down

0 comments on commit b136266

Please sign in to comment.