8000 minor #27553 [Finder] revert #27545 (xabbuh) · symfony/symfony@637963d · GitHub
[go: up one dir, main page]

Skip to content

Commit 637963d

Browse files
minor #27553 [Finder] revert #27545 (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- [Finder] revert #27545 | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New fea 8000 ture? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | The SplFileInfo class indeed [does exist](https://github.com/symfony/symfony/blob/2.8/src/Symfony/Component/Finder/SplFileInfo.php) in the Symfony\Component\Finder namespace. Commits ------- 8fd4b44 revert #27545
2 parents e2effa3 + 8fd4b44 commit 637963d

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
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