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 e48850b commit 4e8e9c9Copy full SHA for 4e8e9c9
src/Symfony/Component/Finder/Finder.php
@@ -37,7 +37,7 @@
37
*
38
* @author Fabien Potencier <[email protected]>
39
40
- * @implements \IteratorAggregate<string, SplFileInfo>
+ * @implements \IteratorAggregate<non-empty-string, SplFileInfo>
41
*/
42
class Finder implements \IteratorAggregate, \Countable
43
{
@@ -657,7 +657,7 @@ public function in(string|array $dirs): static
657
658
* This method implements the IteratorAggregate interface.
659
660
- * @return \Iterator<string, SplFileInfo>
+ * @return \Iterator<non-empty-string, SplFileInfo>
661
662
* @throws \LogicException if the in() method has not been called
663
0 commit comments