1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-10 16:04:04 +02:00

Update Rectangle.php

This commit is contained in:
Miguilim
2024-02-02 00:53:59 -03:00
committed by GitHub
parent b7c14aaafc
commit 5573a15371

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