Failed Conditions
Push — master ( 5bbc94...a27f5e )
by Adrien
03:36
created
tests/Service/ImageResizerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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',
Please login to merge, or discard this patch.