@@ -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)) { |
@@ -32,7 +32,7 @@ |
||
32 | 32 | * @param string $selectedTheme |
33 | 33 | * @return string |
34 | 34 | */ |
35 | - protected function getSelectedThemeResourcePath(string &$selectedTheme) : string |
|
35 | + protected function getSelectedThemeResourcePath(string&$selectedTheme) : string |
|
36 | 36 | { |
37 | 37 | $selectedTheme = $this->environmentManager->getSelectedTheme(); |
38 | 38 | $selectedThemeResourcePath = $this->environmentManager->getResourcePath(); |