Skip to content

Commit 1321d0f

Browse files
committed
minor #6867 Add a class specificity for SplFileInfo text (rendler-denis)
This PR was submitted for the 3.0 branch but it was merged into the 2.7 branch instead (closes #6867). Discussion ---------- Add a class specificity for SplFileInfo text - update text to differentiate between PHP's SplFileInfo and Symfony's SplFileInfo Commits ------- 923ce50 Remove additional backslash f6a9464 Add a class specificity for SplFileInfo
2 parents 38c4134 + 923ce50 commit 1321d0f

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)