8000 revert #27545 · symfony/symfony@8fd4b44 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fd4b44

Browse files
committed
revert #27545
The SplFileInfo class indeed does exist in the Symfony\Component\Finder namespace.
1 parent e2effa3 commit 8fd4b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Finder/Finder.php

Lines changed: 1 addition & 1 deletion
4A9B
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)
0