Skip to content

Commit b123db9

Browse files
authored
Inserted missing parameters
1 parent 453c47f commit b123db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Report/Html/Facade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ private function getDirectory(string $directory): string
176176
private function createDirectory(string $directory): bool
177177
{
178178
if (!\is_dir($directory)) {
179-
if (!@\mkdir($directory)) {
179+
if (!@\mkdir($directory, 0777, true)) {
180180
return false;
181181
}
182182
}

0 commit comments

Comments
 (0)