1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-01 03:20:17 +02:00

Merge pull request #1291 from miguilimzero/patch-1

Remove redundant DrawableInterface for Rectangle class
This commit is contained in:
Oliver Vogel
2024-02-02 16:08:10 +01:00
committed by GitHub

View File

@@ -5,11 +5,10 @@ declare(strict_types=1);
namespace Intervention\Image\Geometry;
use Intervention\Image\Geometry\Tools\RectangleResizer;
use Intervention\Image\Interfaces\DrawableInterface;
use Intervention\Image\Interfaces\PointInterface;
use Intervention\Image\Interfaces\SizeInterface;
class Rectangle extends Polygon implements SizeInterface, DrawableInterface
class Rectangle extends Polygon implements SizeInterface
{
/**
* Create new rectangle instance