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 b2ee1c6 commit 5b08972Copy full SHA for 5b08972
src/Code/MethodGenerator.php
@@ -185,7 +185,7 @@ public function generate(): ClassMethod
185
$docBlockTypes = [];
186
187
foreach ($this->getParameters() as $parameter) {
188
- if(null === $parameter->getType()) {
+ if (null === $parameter->getType()) {
189
$type = 'mixed';
190
} else {
191
$type = $parameter->getType()->isNullable()
0 commit comments