Skip to content

Commit 923ce50

Browse files
rendler-denisweaverryan
authored andcommitted
Remove additional backslash
Remove additional backslash
1 parent f6a9464 commit 923ce50

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 PHP's own :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)