@@ -159,7 +159,7 @@ |
||
| 159 | 159 | $importedContent = $this->loadAndParse($import['resource'], $fileName); |
| 160 | 160 | // override the imported content with the one from the current file |
| 161 | 161 | $content = ArrayUtility::replaceAndAppendScalarValuesRecursive($importedContent, $content); |
| 162 | - } catch (ParseException|YamlParseException|YamlFileLoadingException $exception) { |
|
| 162 | + } catch (ParseException | YamlParseException | YamlFileLoadingException $exception) { |
|
| 163 | 163 | $this->logger->error($exception->getMessage(), ['exception' => $exception]); |
| 164 | 164 | } |
| 165 | 165 | } |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace TYPO3\CMS\Core\Configuration\Loader\Exception; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace TYPO3\CMS\Core\Configuration\Loader\Exception; |
| 5 | 5 | |