Commit c9cadd1
committed
Add default value for TypePart::$typeNullable to prevent a fatal error
…when setNullable has not been called explicitly.
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:751 parent cfd9622 commit c9cadd1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments