Skip to content

Commit 9e228d0

Browse files
SimonHeimbergxabbuh
authored andcommitted
write that FileSystem.mkdir works recursively
This is documented on the api of this method.
1 parent 1b61013 commit 9e228d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/filesystem.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ endpoint for filesystem operations::
5353
mkdir
5454
~~~~~
5555

56-
:method:`Symfony\\Component\\Filesystem\\Filesystem::mkdir` creates a directory.
56+
:method:`Symfony\\Component\\Filesystem\\Filesystem::mkdir` creates a directory recursively.
5757
On POSIX filesystems, directories are created with a default mode value
5858
`0777`. You can use the second argument to set your own mode::
5959

0 commit comments

Comments
 (0)