Passed
Branch next (11674b)
by compolom
03:37
created
src/Imagick2.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Compolomus\Compomage\Interfaces\ImageInterface;
6 6
 use Exception;
7
-use imagick;
8 7
 use ImagickDraw;
9 8
 use ImagickException;
10 9
 use ImagickPixel;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -306,7 +306,7 @@
 block discarded – undo
306 306
      */
307 307
     public function blur(): ImageInterface
308 308
     {
309
-        $this->getImage()->blurImage(7,5);
309
+        $this->getImage()->blurImage(7, 5);
310 310
 
311 311
         return $this;
312 312
     }
Please login to merge, or discard this patch.