1
0
mirror of https://github.com/Intervention/image.git synced 2025-03-14 22:19:40 +01:00

Remove Countable interface from image.php, 'cause already implemented in ImageInterface

This commit is contained in:
Siros Fakhri 2023-12-30 23:00:15 +03:30
parent d4c13112ac
commit 15e01c784c

View File

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