We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a5e46 commit 3235ae9Copy full SHA for 3235ae9
README.md
@@ -120,7 +120,7 @@ public function getAge(): ?int;
120
121
// setters to change the values of the model after instantiation (only generated if immutability is disabled)
122
public function setName(string $name): Person;
123
-public function setAge(int ?$age): Person;
+public function setAge(?int $age): Person;
124
```
125
126
Now let's have a look at the behaviour of the generated model:
0 commit comments