Skip to content

Commit 9182257

Browse files
fix: phpstan
1 parent f81efd3 commit 9182257

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Model/Property.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ abstract class Property
3030
/** @var ?Type the data types (object is not one) */
3131
public ?Type $type = null;
3232

33+
/** @phpstan-ignore-next-line */
3334
public $defaultValue;
3435
public ?Class_ $reference = null;
3536
public bool $isReadable = true;

0 commit comments

Comments
 (0)