mirror of
https://github.com/getgrav/grav.git
synced 2026-08-31 03:37:04 +02:00
Docblock fix
This commit is contained in:
@@ -191,8 +191,8 @@ interface ImageAdapterInterface extends ImageInfoInterface, ImageSaveInterface
|
||||
* @param ImageAdapterInterface $other
|
||||
* @param int $x
|
||||
* @param int $y
|
||||
* @param positive-int $width
|
||||
* @param positive-int $height
|
||||
* @param int $width
|
||||
* @param int $height
|
||||
* @return $this
|
||||
*/
|
||||
public function merge(ImageAdapterInterface $other, int $x = 0, int $y = 0, int $width = 0, int $height = 0);
|
||||
|
||||
Reference in New Issue
Block a user