Docblock fix

This commit is contained in:
Matias Griese
2022-06-13 16:33:08 +03:00
parent c148c75962
commit d55c556877

View File

@@ -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);