mirror of
https://github.com/Intervention/image.git
synced 2025-08-26 07:14:31 +02:00
Bugfix
This commit is contained in:
@@ -11,5 +11,5 @@ interface ImageInterface
|
|||||||
public function height(): int;
|
public function height(): int;
|
||||||
public function isAnimated(): bool;
|
public function isAnimated(): bool;
|
||||||
public function greyscale(): ImageInterface;
|
public function greyscale(): ImageInterface;
|
||||||
public function encode(EncoderInterface $encoder): EncodedImage
|
public function encode(EncoderInterface $encoder): EncodedImage;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user