@@ -127,7 +127,7 @@ discard block |
||
127 | 127 | |
128 | 128 | $defaultValueFromDisplay = implode(' = ', $list); |
129 | 129 | |
130 | - $defaultValueDisplay = '= ' . rtrim($defaultValueFromDisplay, ' ]' . PHP_EOL); |
|
130 | + $defaultValueDisplay = '= '.rtrim($defaultValueFromDisplay, ' ]'.PHP_EOL); |
|
131 | 131 | |
132 | 132 | if (is_array($defaultValue) && str_starts_with($defaultValueDisplay, '= [')) { |
133 | 133 | $defaultValueDisplay .= ']'; |
@@ -153,7 +153,7 @@ discard block |
||
153 | 153 | /** |
154 | 154 | * @inheritDoc |
155 | 155 | */ |
156 | - public function getDocComment(): string|false |
|
156 | + public function getDocComment(): string | false |
|
157 | 157 | { |
158 | 158 | $docBlock = $this->propertyTypeNode->getDocComment(); |
159 | 159 |