@@ -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(); |