Skip to content

Commit 5a57015

Browse files
Merge branch '7.4' into 8.0
* 7.4: [Messenger] fix tests using Redis fix intl tests PHPUnit command chore: PHP CS Fixer - restore PHP / PHPUnit rulesets
2 parents 7f4f400 + f305b5a commit 5a57015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GenericRuntime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function __construct(array $options = [])
6969
}
7070

7171
if ($debug) {
72-
umask(0000);
72+
umask(0o000);
7373
$_SERVER[$debugKey] = $_ENV[$debugKey] = '1';
7474
} else {
7575
$_SERVER[$debugKey] = $_ENV[$debugKey] = '0';

0 commit comments

Comments
 (0)