@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | { |
68 | 68 | $this->data->import($config, $mode); |
69 | 69 | $this->setFromEnv(); // override configuration with environment variables |
70 | - $this->validate(); // validate configuration |
|
70 | + $this->validate(); // validate configuration |
|
71 | 71 | } |
72 | 72 | |
73 | 73 | /** |
@@ -385,7 +385,7 @@ discard block |
||
385 | 385 | * |
386 | 386 | * @throws ConfigException |
387 | 387 | */ |
388 | - public function getOutputFormatProperty(string $name, string $property): string|array|null |
|
388 | + public function getOutputFormatProperty(string $name, string $property): string | array | null |
|
389 | 389 | { |
390 | 390 | $properties = array_column((array) $this->get('output.formats'), $property, 'name'); |
391 | 391 | if (empty($properties)) { |