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