Skip to content

Commit 52d6e00

Browse files
committed
Fix code indentation
1 parent 32cebee commit 52d6e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildPHAR.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function ($current) {
4040

4141
foreach($excludes as $exclude) {
4242
if (fnmatch(getcwd().'/'.$exclude, $current->getPathName())) {
43-
return false;
43+
return false;
4444
}
4545
}
4646

0 commit comments

Comments
 (0)