Intervention / image

PHP Image Processing
https://image.intervention.io
MIT License
13.86k stars 1.5k forks source link

duplicate Countable Interface in image.php #1245

Closed sirosfakhri closed 8 months ago

sirosfakhri commented 8 months ago

image.php implemented two interface, ImageInterface and Countable. but ImageInterface interface already included Countable, So, this one is extra and can be deleted.

olivervogel commented 8 months ago

You're right. Thanks.