8000 Fixing a few more things in the filesystem component doc - thanks to … · jeremyFreeAgent/symfony-docs@7d678e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d678e0

Browse files
committed
Fixing a few more things in the filesystem component doc - thanks to @stof
1 parent 266c9d4 commit 7d678e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/filesystem.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ endpoint for filesystem operations::
4343
:method:`Symfony\\Component\\Filesystem\\Filesystem::chown`,
4444
:method:`Symfony\\Component\\Filesystem\\F 8CBF ilesystem::remove` and
4545
:method:`Symfony\\Component\\Filesystem\\Filesystem::touch` can receive a
46-
string, an array or any object implementing :phpclass:`\\Traversable` as
46+
string, an array or any object implementing :phpclass:`Traversable` as
4747
the target argument.
4848

4949

@@ -167,7 +167,7 @@ Remove let's you remove files, symlink, directories easily::
167167

168168
.. note::
169169

170-
You can pass an array or any :phpclass:`\\Traversable` object as the first
170+
You can pass an array or any :phpclass:`Traversable` object as the first
171171
argument.
172172

173173
Rename

0 commit comments

Comments
 (0)
0