Passed
Push — v1 ( 1615e8...a60c64 )
by Andrew
15:55 queued 13s
created
src/variables/ImageOptimizeVariable.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -78,8 +78,8 @@
 block discarded – undo
78 78
      */
79 79
     public function createOptimizedImages(
80 80
         Asset $asset,
81
-              $variants = null,
82
-              $generatePlaceholders = false
81
+                $variants = null,
82
+                $generatePlaceholders = false
83 83
     ) {
84 84
         // Override our settings for lengthy operations, since we're doing this via Twig
85 85
         ImageOptimize::$generatePlaceholders = $generatePlaceholders;
Please login to merge, or discard this patch.
src/services/Placeholder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -267,7 +267,7 @@
 block discarded – undo
267 267
         int    $width,
268 268
         int    $height,
269 269
         int    $quality,
270
-               $position
270
+                $position
271 271
     ): string {
272 272
         $images = Craft::$app->getImages();
273 273
         $pathParts = pathinfo($filePath);
Please login to merge, or discard this patch.