Passed
Push — master ( fe1bfe...d29151 )
by Giuliano
02:24
created
src/Foundation/FileSearch.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,11 +45,11 @@
 block discarded – undo
45 45
     {
46 46
         $items = array_diff(scandir($path), array('.', '..'));
47 47
 
48
-        foreach ($items as $item) { 
48
+        foreach ($items as $item) {
49 49
 
50 50
             $item = "$path/$item";
51 51
 
52
-            if (is_dir($item)) { 
52
+            if (is_dir($item)) {
53 53
                 return $this->scan($item, $pattern);
54 54
             }            
55 55
 
Please login to merge, or discard this patch.