diff --git a/components/filesystem.rst b/components/filesystem.rst index 44e010b88d1..9ce05fd007c 100644 --- a/components/filesystem.rst +++ b/components/filesystem.rst @@ -50,7 +50,7 @@ endpoint for filesystem operations:: Mkdir ~~~~~ -:method:`Symfony\\Component\\Filesystem\\Filesystem::mkdir` creates directory. +:method:`Symfony\\Component\\Filesystem\\Filesystem::mkdir` creates a directory. On posix filesystems, directories are created with a default mode value `0777`. You can use the second argument to set your own mode::