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 6ab1d65 commit 64b4da5Copy full SHA for 64b4da5
tests/PHPStan/Rules/Methods/data/bug-7519.php
@@ -7,7 +7,7 @@
7
/**
8
* @template TKey
9
* @template T
10
- * @template TIterator as Iterator<TKey, T>
+ * @template TIterator as \Iterator<TKey, T>
11
*
12
* @extends FilterIterator<TKey, T, TIterator>
13
*/
0 commit comments