The SplFileInfo class indeed does exist in the Symfony\Component\Finder
namespace.
This commit is contained in:
Christian Flothmann 2018-06-08 09:55:24 +02:00
parent e2effa3141
commit 8fd4b441c4

View File

@ -668,7 +668,7 @@ class Finder implements \IteratorAggregate, \Countable
*
* This method implements the IteratorAggregate interface.
*
* @return \Iterator|\SplFileInfo[] An iterator
* @return \Iterator|SplFileInfo[] An iterator
*
* @throws \LogicException if the in() method has not been called
*/