Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c52bcd6

Browse files
committed
minor #7670 document that FileSystem.mkdir works recursively (SimonHeimberg)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7670). Discussion ---------- document that FileSystem.mkdir works recursively This is documented on the api of this method. Commits ------- 9e228d0 write that FileSystem.mkdir works recursively
2 parents 1b61013 + 9e228d0 commit c52bcd6

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)