Skip to content

Commit 8ca79fa

Browse files
committed
[TASK] Fix phpcs
1 parent 7438c56 commit 8ca79fa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Classes/Utility/ExtensionUtility.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static function handleAllExtensions()
6363
// Temnplating TV+
6464
foreach (self::$registeredExtensions as $extensionKey => $path) {
6565
self::loadDataStructurePlaces($extensionKey, $path);
66-
self::loadTemplatePlaces($extensionKey,$path);
66+
self::loadTemplatePlaces($extensionKey, $path);
6767
self::loadBackendLayoutPlaces($extensionKey, $path);
6868

6969
// Last one, as it contain references to the other ones
@@ -130,8 +130,7 @@ protected static function loadPlaces(
130130
string $extensionKey,
131131
string $pathAndFilename,
132132
string $defaultConfigurationHandlerIdentifier
133-
): void
134-
{
133+
): void {
135134
$configurationService = GeneralUtility::makeInstance(ConfigurationService::class);
136135
$placeConfigurations = self::getFileContentArray($pathAndFilename);
137136
foreach ($placeConfigurations as $identifier => $placeConfiguration) {

0 commit comments

Comments
 (0)