Passed
Branch next (11674b)
by compolom
03:37
created
src/Imagick2.php 1 patch
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.
src/Image.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
  * @package Compolomus\Compomage
11 11
  * @method Image save(string $filename): bool
12 12
  * @method Image __toString(): string
13
-  * @method Image getBase64(): string
13
+ * @method Image getBase64(): string
14 14
  * @method Image resize(int $width, int $height): ImageInterface
15 15
  * @method Image resizeByHeight(int $height): ImageInterface
16 16
  * @method Image resizeByWidth(int $width): ImageInterface
Please login to merge, or discard this patch.