Skip to content

Commit eed8e46

Browse files
bjo3rnfweaverryan
authored andcommitted
Fixed list of methods of the filesystem component
1 parent 9781582 commit eed8e46

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

components/filesystem.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ endpoint for filesystem operations::
3838
.. note::
3939

4040
Methods :method:`Symfony\\Component\\Filesystem\\Filesystem::mkdir`,
41-
:method:`Symfony\\Component\\Filesystem\\Filesystem::chown`,
42-
:method:`Symfony\\Component\\Filesystem\\Filesystem::chgrp`,
43-
:method:`Symfony\\Component\\Filesystem\\Filesystem::chown`,
44-
:method:`Symfony\\Component\\Filesystem\\Filesystem::remove` and
45-
:method:`Symfony\\Component\\Filesystem\\Filesystem::touch` can receive a
41+
:method:`Symfony\\Component\\Filesystem\\Filesystem::exists`,
42+
:method:`Symfony\\Component\\Filesystem\\Filesystem::touch`,
43+
:method:`Symfony\\Component\\Filesystem\\Filesystem::remove`,
44+
:method:`Symfony\\Component\\Filesystem\\Filesystem::chmod`,
45+
:method:`Symfony\\Component\\Filesystem\\Filesystem::chown` and
46+
:method:`Symfony\\Component\\Filesystem\\Filesystem::chgrp` can receive a
4647
string, an array or any object implementing :phpclass:`Traversable` as
4748
the target argument.
4849

0 commit comments

Comments
 (0)