@@ -18,7 +18,7 @@ |
||
18 | 18 | */ |
19 | 19 | public function testResize(string $extension, int $wantedHeight, bool $useWebp, string $expected): void |
20 | 20 | { |
21 | - $mime = match ($extension) { |
|
21 | + $mime = match($extension) { |
|
22 | 22 | 'png' => 'image/png', |
23 | 23 | 'svg' => 'image/svg+xml', |
24 | 24 | 'tiff' => 'image/tiff', |