@@ -106,7 +106,7 @@ |
||
106 | 106 | * |
107 | 107 | * @throws RuntimeException |
108 | 108 | */ |
109 | - public static function getLqip(Asset $asset, string $type = 'data'): string|Asset |
|
109 | + public static function getLqip(Asset $asset, string $type = 'data'): string | Asset |
|
110 | 110 | { |
111 | 111 | if ($asset['type'] !== 'image') { |
112 | 112 | throw new RuntimeException(sprintf('can\'t create LQIP of "%s": it\'s not an image file.', $asset['path'])); |