Skip to content

Commit 27b9c22

Browse files
keradusnicolas-grekas
authored andcommitted
chore: PHP CS Fixer - restore PHP / PHPUnit rulesets
1 parent e2715b7 commit 27b9c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Util/GitRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function testItThrowsAnExceptionIfInitialisedWithNonGitDirectory()
4040
{
4141
$this->expectException(RuntimeException::class);
4242

43-
@mkdir($this->targetDir, 0777, true);
43+
@mkdir($this->targetDir, 0o777, true);
4444

4545
new GitRepository($this->targetDir);
4646
}

0 commit comments

Comments
 (0)