@@ -184,7 +184,7 @@ |
||
184 | 184 | /** |
185 | 185 | * Returns the property value(s) of an output format. |
186 | 186 | */ |
187 | - public function getOutputProperty(string $name, string $property): string|array|null |
|
187 | + public function getOutputProperty(string $name, string $property): string | array | null |
|
188 | 188 | { |
189 | 189 | return $this->config->getOutputFormatProperty($name, $property); |
190 | 190 | } |