@@ -53,8 +53,8 @@ |
||
| 53 | 53 | // It takes a bit of time, so if you never plan to use it, you can turn it off |
| 54 | 54 | 'createColorPalette' => true, |
| 55 | 55 | |
| 56 | - // Controls whether SVG placeholder silhouettes should be created for image variants |
|
| 57 | - // It takes a bit of time, so if you never plan to use them, you can turn it off |
|
| 56 | + // Controls whether SVG placeholder silhouettes should be created for image variants |
|
| 57 | + // It takes a bit of time, so if you never plan to use them, you can turn it off |
|
| 58 | 58 | 'createPlaceholderSilhouettes' => true, |
| 59 | 59 | |
| 60 | 60 | // Controls whether retina images are automatically created with reduced quality |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | * |
| 51 | 51 | * @return string |
| 52 | 52 | */ |
| 53 | - public static function getWebPUrl(string $url, Asset $asset, $transform, array $params = []): string |
|
| 53 | + public static function getWebPUrl(string $url, Asset $asset, $transform, array $params = []): string |
|
| 54 | 54 | { |
| 55 | 55 | $builder = self::getUrlBuilderForTransform($asset, $transform, $params) |
| 56 | 56 | ->addFilter('format', 'webp'); |