Skip to content

Commit 0118d0b

Browse files
authored
feat: Fix phpstan array type
1 parent fb5c89d commit 0118d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Caching/BulkWriter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface BulkWriter
1717
{
1818
/**
1919
* Writes to cache in bulk.
20-
* @param array{string, mixed} $items
20+
* @param array<string, mixed> $items
2121
*/
2222
function bulkWrite(array $items, array $dependencies): void;
2323

0 commit comments

Comments
 (0)