Skip to content

Commit b30fdb7

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 feature? | 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 ------- 3000da7 revert #27545
2 parents 0f850b4 + 3000da7 commit b30fdb7

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)