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

Add missing property declaration

This commit is contained in:
Oliver Vogel
2023-06-09 15:57:58 +02:00
parent 4374d15931
commit b4d3ecb018

View File

@@ -5,7 +5,7 @@ namespace Intervention\Image\Geometry;
class Circle extends Ellipse
{
public function __construct(
int $diameter,
protected int $diameter,
protected ?Point $pivot = null
) {
$this->setWidth($diameter);