@@ -264,7 +264,7 @@ |
||
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(); |
@@ -79,8 +79,8 @@ |
||
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 |