1
0
mirror of https://github.com/Intervention/image.git synced 2025-03-15 22:49:40 +01:00

Refactor group use

This commit is contained in:
Oliver Vogel 2024-01-31 16:36:14 +01:00
parent 02b2b5ae19
commit cfebf59334
No known key found for this signature in database
GPG Key ID: 1B19D214C02D69BB

View File

@ -4,8 +4,8 @@ declare(strict_types=1);
namespace Intervention\Image\Tests\Geometry;
use Intervention\Image\Geometry\{Point, Polygon};
use Intervention\Image\Interfaces\PointInterface;
use Intervention\Image\Geometry\Point;
use Intervention\Image\Geometry\Polygon;
use Intervention\Image\Tests\TestCase;
/**