Skip to content

Commit 3000da7

Browse files
committed
revert #27545
The SplFileInfo class indeed does exist in the Symfony\Component\Finder namespace.
1 parent 0f850b4 commit 3000da7

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
@@ -668,7 +668,7 @@ public function in($dirs)
668668
*
669669
* This method implements the IteratorAggregate interface.
670670
*
671-
* @return \Iterator|\SplFileInfo[] An iterator
671+
* @return \Iterator|SplFileInfo[] An iterator
672672
*
673673
* @throws \LogicException if the in() method has not been called
674674
*/

0 commit comments

Comments
 (0)