@@ -99,7 +99,7 @@ |
||
99 | 99 | $config = []; |
100 | 100 | |
101 | 101 | if ($this->configuration->has('renderer/Global/'.$type)) { |
102 | - $config = $this->configuration->getData('renderer/Global/' . $type); |
|
102 | + $config = $this->configuration->getData('renderer/Global/'.$type); |
|
103 | 103 | } |
104 | 104 | |
105 | 105 | if ($this->configuration->has('renderer/'.$module.'/'.$type)) { |
@@ -141,7 +141,7 @@ |
||
141 | 141 | * @param string $resourceName |
142 | 142 | * @param string $applicationName |
143 | 143 | */ |
144 | - private function checkResourceNameAgainstRouting(string &$resourceName, string $applicationName) : void |
|
144 | + private function checkResourceNameAgainstRouting(string&$resourceName, string $applicationName) : void |
|
145 | 145 | { |
146 | 146 | $applicationConfig = $this->configuration |
147 | 147 | ->getData('applications/'.$applicationName); |
@@ -35,7 +35,7 @@ |
||
35 | 35 | * @return string |
36 | 36 | */ |
37 | 37 | protected function getSelectedThemeResourcePath( |
38 | - string &$selectedTheme, |
|
38 | + string&$selectedTheme, |
|
39 | 39 | ConfigInterface $configuration, |
40 | 40 | EnvironmentManager $environmentManager |
41 | 41 | ) : string { |