Skip to content

Commit ba45131

Browse files
keradusnicolas-grekas
authored andcommitted
chore: PHP CS Fixer - restore PHP / PHPUnit rulesets
1 parent f7f8c65 commit ba45131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ExecutableFinderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function testEmptyDirInPath()
168168

169169
try {
170170
touch('executable');
171-
chmod('executable', 0700);
171+
chmod('executable', 0o700);
172172

173173
$finder = new ExecutableFinder();
174174
$result = $finder->find('executable');

0 commit comments

Comments
 (0)