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 83aeef1 commit 226f522Copy full SHA for 226f522
src/Symfony/Component/Intl/Tests/Util/GitRepositoryTest.php
@@ -45,7 +45,7 @@ public function testItThrowsAnExceptionIfInitialisedWithNonGitDirectory()
45
$this->setExpectedException(RuntimeException::class);
46
}
47
48
- @mkdir($this->targetDir, '0777', true);
+ @mkdir($this->targetDir, 0777, true);
49
50
new GitRepository($this->targetDir);
51
0 commit comments