Skip to content

Commit 64b4da5

Browse files
Fix ?
1 parent 6ab1d65 commit 64b4da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Methods/data/bug-7519.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* @template TKey
99
* @template T
10-
* @template TIterator as Iterator<TKey, T>
10+
* @template TIterator as \Iterator<TKey, T>
1111
*
1212
* @extends FilterIterator<TKey, T, TIterator>
1313
*/

0 commit comments

Comments
 (0)