Skip to content

Commit c33ccf9

Browse files
Merge branch 'master' of github.com:sebastianbergmann/php-code-coverage into report-refactoring
2 parents d58fd20 + b99d8da commit c33ccf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PHP/CodeCoverage/Report/Clover.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ public function process(PHP_CodeCoverage $coverage, $target = NULL, $name = NULL
342342

343343
if ($target !== NULL) {
344344
if (!is_dir(dirname($target))) {
345-
mkdir(dirname($target), 0, TRUE);
345+
mkdir(dirname($target), 0777, TRUE);
346346
}
347347

348348
return $xmlDocument->save($target);

0 commit comments

Comments
 (0)