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

Refactor group use

This commit is contained in:
Oliver Vogel
2024-01-31 16:36:14 +01:00
parent 02b2b5ae19
commit cfebf59334

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;
/**