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 a370015 commit 44dcc9dCopy full SHA for 44dcc9d
1 file changed
src/Filesystem/Directory.php
@@ -91,7 +91,7 @@ public function names(string $path, ?callable $callback = null, bool $recursive
91
/**
92
* Create a directory at the specified path.
93
*/
94
- public function make(string $path, int $mode = 0o755): bool
+ public function make(string $path, int $mode = 0755): bool
95
{
96
return ! $this->doesntExist($path) || mkdir($path, $mode, true);
97
}
0 commit comments