Skip to content

Commit

Permalink
Merge pull request #3257 from neos/analysis-6VN3Wn
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
dlubitz authored Jan 4, 2024
2 parents 4260bec + 37922fd commit e0198f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.Flow/Classes/Configuration/ConfigurationManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public function registerConfigurationType(string $configurationType, $configurat
if ($configurationLoader === null) {
$configurationLoader = new MergeLoader(new YamlSource(), $configurationType);

// B/C layer
// B/C layer
} elseif (is_string($configurationLoader)) {
$configurationLoader = $this->convertLegacyProcessingType($configurationType, $configurationLoader);
}
Expand Down

0 comments on commit e0198f4

Please sign in to comment.