mirror of
https://github.com/Intervention/image.git
synced 2025-08-12 08:54:03 +02:00
Add missing property declaration
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Intervention\Image\Geometry;
|
|||||||
class Circle extends Ellipse
|
class Circle extends Ellipse
|
||||||
{
|
{
|
||||||
public function __construct(
|
public function __construct(
|
||||||
int $diameter,
|
protected int $diameter,
|
||||||
protected ?Point $pivot = null
|
protected ?Point $pivot = null
|
||||||
) {
|
) {
|
||||||
$this->setWidth($diameter);
|
$this->setWidth($diameter);
|
||||||
|
Reference in New Issue
Block a user