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:
@@ -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
|
||||
|
Reference in New Issue
Block a user