@@ -158,7 +158,7 @@ |
||
158 | 158 | { |
159 | 159 | // Enable 7.1 nullable types support |
160 | 160 | if ($this->parameterNode->type instanceof NullableType) { |
161 | - return true; |
|
161 | + return true; |
|
162 | 162 | } |
163 | 163 | |
164 | 164 | $hasDefaultNull = $this->isDefaultValueAvailable() && $this->getDefaultValue() === null; |