Skip to content

Commit 1f92ca7

Browse files
keradusnicolas-grekas
authored andcommitted
chore: PHP CS Fixer - restore PHP / PHPUnit rulesets
1 parent 9b3b0cb commit 1f92ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Factory/UploadedFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function move(string $directory, ?string $name = null): File
6262
throw new FileException(\sprintf('Could not move the file "%s" to "%s" (%s).', $this->getPathname(), $target, $e->getMessage()), 0, $e);
6363
}
6464

65-
@chmod($target, 0666 & ~umask());
65+
@chmod($target, 0o666 & ~umask());
6666

6767
return $target;
6868
}

0 commit comments

Comments
 (0)