Passed
Branch V2.0.1 (dc19da)
by Deric
01:59
created
lib/Filesystem.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -155,10 +155,10 @@  discard block
 block discarded – undo
155 155
                 continue;
156 156
             }
157 157
         }
158
-		return true;
158
+        return true;
159 159
     }
160 160
 
161
-	/**
161
+    /**
162 162
      * Returns pathnames matching a pattern (for files only & hidden files).
163 163
      *
164 164
      * @param  string $directory directory
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
             return false;
173 173
         }
174 174
 
175
-		$pattern = is_array(($pattern)) ? '{' . implode(',', $pattern) . '}' : $pattern;
175
+        $pattern = is_array(($pattern)) ? '{' . implode(',', $pattern) . '}' : $pattern;
176 176
         if ($pattern === null)
177 177
         {
178 178
             return array_diff(glob($directory . '/*'), ['.', '..']);
Please login to merge, or discard this patch.