Skip to content

Commit

Permalink
Merge pull request #10 from Laragear/analysis-VBvmpV
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
DarkGhostHunter authored Jun 10, 2022
2 parents 31b7367 + 9b82675 commit 4d8670a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CacheQueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public function test_uses_given_store(): void
->andReturn([
'cache-query|foo' => [
'list' => ['cache-query|bar', 'cache-query|baz'],
'expires_at' => 'never'
]
'expires_at' => 'never',
],
]);
$repository->expects('deleteMultiple')
->withArgs(function (Collection $queries): bool {
Expand Down

0 comments on commit 4d8670a

Please sign in to comment.