Completed
Push — master ( 3a7845...6a2a76 )
by Arthur
9s
created
src/WebThumbnailer/Utils/FileUtils.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
             new \RecursiveDirectoryIterator(
52 52
                 $path,
53 53
                 \FilesystemIterator::SKIP_DOTS |
54
-                     \FilesystemIterator::UNIX_PATHS
54
+                        \FilesystemIterator::UNIX_PATHS
55 55
             ),
56 56
             \RecursiveIteratorIterator::CHILD_FIRST
57 57
         ) as $value) {
Please login to merge, or discard this patch.