@@ -123,7 +123,7 @@ discard block |
||
123 | 123 | |
124 | 124 | [, $defaultValueFromDisplay] = explode(' = ', $originalDisplay); |
125 | 125 | |
126 | - $defaultValueDisplay = '= ' . rtrim($defaultValueFromDisplay, ' ]' . PHP_EOL); |
|
126 | + $defaultValueDisplay = '= '.rtrim($defaultValueFromDisplay, ' ]'.PHP_EOL); |
|
127 | 127 | |
128 | 128 | if (is_array($defaultValue) && str_starts_with($defaultValueDisplay, '= [')) { |
129 | 129 | $defaultValueDisplay .= ']'; |
@@ -149,7 +149,7 @@ discard block |
||
149 | 149 | /** |
150 | 150 | * @inheritDoc |
151 | 151 | */ |
152 | - public function getDocComment(): string|false |
|
152 | + public function getDocComment(): string | false |
|
153 | 153 | { |
154 | 154 | $docBlock = $this->propertyTypeNode->getDocComment(); |
155 | 155 |