Skip to content

Commit be6fde8

Browse files
committed
fix: add template key and value
1 parent 8665b24 commit be6fde8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Laravel/CollectionMatchingMacro.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
use Maartenpaauw\Specifications\Specification;
1010

1111
/**
12-
* @mixin Collection
12+
* @template TKey of array-key
13+
* @template TValue
14+
*
15+
* @mixin Collection<TKey, TValue>
1316
*/
1417
final class CollectionMatchingMacro
1518
{

0 commit comments

Comments
 (0)