Intervention / image

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

Remove redundant DrawableInterface for Rectangle class #1291

Closed miguilimzero closed 7 months ago

miguilimzero commented 7 months ago

DrawableInterface is already implemented by Polygon and it is not needed on Rectangle. Just found this little detail while checking the methods for the documentation update.

olivervogel commented 7 months ago

Thank you. How did you find something like that?