Test Setup Failed
Pull Request — master (#35)
by Scott
02:24
created
CreatePhar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     'vendor',
19 19
 ];
20 20
 
21
-foreach($dirs as $dir) {
21
+foreach ($dirs as $dir) {
22 22
     addDir($dir, $phar);
23 23
 }
24 24
 
Please login to merge, or discard this patch.