Completed
Push — master ( 5c880d...b1fc83 )
by Arthur
10s
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   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -51,12 +51,12 @@
 block discarded – undo
51 51
 
52 52
         foreach (
53 53
             new \RecursiveIteratorIterator(
54
-                 new \RecursiveDirectoryIterator(
55
-                     $path,
56
-                     \FilesystemIterator::SKIP_DOTS |
57
-                     \FilesystemIterator::UNIX_PATHS
58
-                 ),
59
-                 \RecursiveIteratorIterator::CHILD_FIRST
54
+                    new \RecursiveDirectoryIterator(
55
+                        $path,
56
+                        \FilesystemIterator::SKIP_DOTS |
57
+                        \FilesystemIterator::UNIX_PATHS
58
+                    ),
59
+                    \RecursiveIteratorIterator::CHILD_FIRST
60 60
             )
61 61
             as $value
62 62
         ) {
Please login to merge, or discard this patch.
src/WebThumbnailer/Finder/QueryXPathFinder.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.