Passed
Branch V2.0.1 (7c2ae7)
by Deric
02:01
created
lib/Filesystem.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
     {
121 121
         self::dirExists($directory);
122 122
 
123
-		$pattern = is_array(($pattern)) ? '{' . implode(',', $pattern) . '}' : $pattern;
123
+        $pattern = is_array(($pattern)) ? '{' . implode(',', $pattern) . '}' : $pattern;
124 124
         if ($pattern === null)
125 125
         {
126 126
             return array_diff(glob($directory . '/*'), ['.', '..']);
Please login to merge, or discard this patch.