Passed
Branch next (11674b)
by compolom
03:37
created
src/AbstractImage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     /**
45 45
      * @param int $width
46 46
      * @param int $height
47
-     * @param $background
47
+     * @param Image $background
48 48
      * @return ImageInterface
49 49
      */
50 50
     protected function setBackground(int $width, int $height, $background): ImageInterface
Please login to merge, or discard this patch.
src/Imagick2.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
      * @param string $text
126 126
      * @param int $position
127 127
      * @param string $font
128
-     * @return Imagick
128
+     * @return \Imagick
129 129
      * @throws ImagickException
130 130
      */
131 131
     private function prepareImage(string $text, int $position, string $font): Imagick
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
     /**
218 218
      * @param int $width
219 219
      * @param int $height
220
-     * @return Imagick
220
+     * @return \Imagick
221 221
      * @throws ImagickException
222 222
      */
223 223
     protected function newImage(int $width, int $height): Imagick
Please login to merge, or discard this patch.