Skip to content

Commit 19ef2d4

Browse files
abnegateclaude
andcommitted
fix: add PHPStan type annotation for $instanceFilters parameter
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 68ce6c4 commit 19ef2d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/CacheKeyTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
class CacheKeyTest extends TestCase
1212
{
13+
/**
14+
* @param array<string, array{encode: callable, decode: callable}> $instanceFilters
15+
*/
1316
private function createDatabase(array $instanceFilters = []): Database
1417
{
1518
$adapter = $this->createMock(Adapter::class);

0 commit comments

Comments
 (0)