Completed
Push — master ( 113db7...3cc6f9 )
by Joao
02:23
created
src/Commands/SetupCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         $mainFile = $path . '/jlourenco.php';
56 56
         $fileExists = file_exists($mainFile);
57 57
 
58
-        $files = array_filter(scandir($path), function ($var) {
58
+        $files = array_filter(scandir($path), function($var) {
59 59
             return (!(stripos($var, 'jlourenco.') === false) && $var != 'jlourenco.php');
60 60
         });
61 61
 
Please login to merge, or discard this patch.