Skip to content

Commit f6a9464

Browse files
rendler-denisweaverryan
authored andcommitted
Add a class specificity for SplFileInfo
- update text to differentiate between PHP's SplFileInfo and Symfony's SplFileInfo
1 parent 38c4134 commit f6a9464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/finder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ directories::
4141
}
4242

4343
The ``$file`` is an instance of :class:`Symfony\\Component\\Finder\\SplFileInfo`
44-
which extends :phpclass:`SplFileInfo` to provide methods to work with relative
44+
which extends PHP's own :phpclass:`\SplFileInfo` to provide methods to work with relative
4545
paths.
4646

4747
The above code prints the names of all the files in the current directory

0 commit comments

Comments
 (0)