Passed
Push — master ( db2ca4...637eb8 )
by Arthur
02:03
created
src/Utils/FileUtils.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
                 new \RecursiveDirectoryIterator(
51 51
                     $path,
52 52
                     \FilesystemIterator::SKIP_DOTS |
53
-                     \FilesystemIterator::UNIX_PATHS
53
+                        \FilesystemIterator::UNIX_PATHS
54 54
                 ),
55 55
                 \RecursiveIteratorIterator::CHILD_FIRST
56 56
             ) as $value
Please login to merge, or discard this patch.