We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5c89d commit 0118d0bCopy full SHA for 0118d0b
src/Caching/BulkWriter.php
@@ -17,7 +17,7 @@ interface BulkWriter
17
{
18
/**
19
* Writes to cache in bulk.
20
- * @param array{string, mixed} $items
+ * @param array<string, mixed> $items
21
*/
22
function bulkWrite(array $items, array $dependencies): void;
23
0 commit comments