Skip to content

Commit

Permalink
Merge pull request #66 from Guite/master
Browse files Browse the repository at this point in the history
add missing default value for nullable property
  • Loading branch information
goetas authored Dec 19, 2022
2 parents 60b26b7 + 6470362 commit 719faef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema/Element/AbstractElementSingle.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AbstractElementSingle extends Item implements ElementSingle
/**
* @var string|null
*/
protected $fixed;
protected $fixed = null;

/**
* @var string|null
Expand Down

0 comments on commit 719faef

Please sign in to comment.