Completed
Push — master ( 798da7...ff5711 )
by Oscar
02:21
created
src/Image.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@  discard block
 block discarded – undo
279 279
      * Resizes the image maintaining the proportion (A 800x600 image resized to 400x400 becomes to 400x300).
280 280
      *
281 281
      * @param int|string $width  The max width of the image. It can be a number (pixels) or percentaje
282
-     * @param int|string $height The max height of the image. It can be a number (pixels) or percentaje
282
+     * @param integer $height The max height of the image. It can be a number (pixels) or percentaje
283 283
      * @param bool       $cover
284 284
      *
285 285
      * @return self
@@ -395,7 +395,6 @@  discard block
 block discarded – undo
395 395
     /**
396 396
      * Add a watermark to current image.
397 397
      *
398
-     * @param string $file Image to set as watermark
399 398
      * @param mixed  $x    Horizontal position
400 399
      * @param mixed  $y    Vertical position
401 400
      *
@@ -566,6 +565,7 @@  discard block
 block discarded – undo
566 565
      * Copied from: https://github.com/Sybio/GifFrameExtractor/blob/master/src/GifFrameExtractor/GifFrameExtractor.php#L181.
567 566
      *
568 567
      * @param resource A stream pointer opened by fopen()
568
+     * @param resource $stream
569 569
      *
570 570
      * @return bool
571 571
      */
Please login to merge, or discard this patch.