Skip to content

Commit 15e1989

Browse files
committed
add docblock type elements to support newly added IteratorAggregate::getIterator PhpStorm support
1 parent 5795f68 commit 15e1989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Finder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ public function in($dirs)
646646
*
647647
* This method implements the IteratorAggregate interface.
648648
*
649-
* @return \Iterator An iterator
649+
* @return \Iterator|SplFileInfo[] An iterator
650650
*
651651
* @throws \LogicException if the in() method has not been called
652652
*/

0 commit comments

Comments
 (0)