You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use nullable return type for TypePart::getTypeNullable()
This is to prevent a fatal error when setNullable has not been called explicitly,
when generateNullableTypes is enabled.
Error was:
PHP Fatal error: Uncaught TypeError: Return value of
gossi\codegen\model\PhpParameter::getNullable() must be
of the type bool, null returned in
[…]/vendor/gossi/php-code-generator/src/model/parts/TypePart.php:75
0 commit comments