Completed
Push — master ( 4cb8f2...aa668f )
by Arthur
12s
created
src/WebThumbnailer/Finder/QueryRegexFinder.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,8 +32,8 @@
 block discarded – undo
32 32
     protected $webAccess;
33 33
 
34 34
     /**
35
-    * @var string thumbnail_url rule.
36
-    */
35
+     * @var string thumbnail_url rule.
36
+     */
37 37
     protected $thumbnailUrlFormat;
38 38
 
39 39
     /**
Please login to merge, or discard this patch.
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.