mirror of
https://github.com/Intervention/image.git
synced 2025-08-11 08:24:02 +02:00
Remove Countable interface from image.php, 'cause already implemented in ImageInterface
This commit is contained in:
@@ -83,7 +83,7 @@ use Intervention\Image\Modifiers\SharpenModifier;
|
||||
use Intervention\Image\Modifiers\TextModifier;
|
||||
use Intervention\Image\Typography\FontFactory;
|
||||
|
||||
final class Image implements ImageInterface, Countable
|
||||
final class Image implements ImageInterface
|
||||
{
|
||||
/**
|
||||
* The origin from which the image was created
|
||||
|
Reference in New Issue
Block a user