@@ -279,7 +279,7 @@ discard block |
||
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 |
||
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 |
||
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 | */ |