Update Composer packages
This commit is contained in:
parent
9252d9ce90
commit
134266af8a
176 changed files with 7930 additions and 2262 deletions
|
@ -26,7 +26,7 @@ class NodeString extends NodeProperty
|
|||
public static function factory($value = null): static|null
|
||||
{
|
||||
if ($value === null) {
|
||||
return $value;
|
||||
return null;
|
||||
}
|
||||
|
||||
return new static($value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue