We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b61013 commit 9e228d0Copy full SHA for 9e228d0
components/filesystem.rst
@@ -53,7 +53,7 @@ endpoint for filesystem operations::
53
mkdir
54
~~~~~
55
56
-:method:`Symfony\\Component\\Filesystem\\Filesystem::mkdir` creates a directory.
+:method:`Symfony\\Component\\Filesystem\\Filesystem::mkdir` creates a directory recursively.
57
On POSIX filesystems, directories are created with a default mode value
58
`0777`. You can use the second argument to set your own mode::
59
0 commit comments