Passed
Push — develop ( afd169...ad1149 )
by Andrew
05:20 queued 43s
created
src/services/Placeholder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -264,7 +264,7 @@
 block discarded – undo
264 264
         int    $width,
265 265
         int    $height,
266 266
         int    $quality,
267
-               $position
267
+                $position
268 268
     ): string
269 269
     {
270 270
         $images = Craft::$app->getImages();
Please login to merge, or discard this patch.
src/variables/ImageOptimizeVariable.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,8 +79,8 @@
 block discarded – undo
79 79
      */
80 80
     public function createOptimizedImages(
81 81
         Asset $asset,
82
-              $variants = null,
83
-              $generatePlaceholders = false
82
+                $variants = null,
83
+                $generatePlaceholders = false
84 84
     )
85 85
     {
86 86
         // Override our settings for lengthy operations, since we're doing this via Twig
Please login to merge, or discard this patch.