Passed
Branch next (84d077)
by compolom
02:42
created
src/GD.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -293,7 +293,7 @@
 block discarded – undo
293 293
      */
294 294
     public function save(string $filename, $quality = 100): bool
295 295
     {
296
-        return imagepng($this->getImage(), $filename . '.png', (int)($quality / 11), PNG_ALL_FILTERS);
296
+        return imagepng($this->getImage(), $filename . '.png', (int) ($quality / 11), PNG_ALL_FILTERS);
297 297
     }
298 298
 
299 299
     /**
Please login to merge, or discard this patch.