File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,12 @@ endpoint for filesystem operations::
38
38
.. note ::
39
39
40
40
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
46
47
string, an array or any object implementing :phpclass: `Traversable ` as
47
48
the target argument.
48
49
You can’t perform that action at this time.
0 commit comments