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