@@ -159,7 +159,7 @@ |
||
| 159 | 159 | * @param Pico $pico |
| 160 | 160 | * @param Website $website |
| 161 | 161 | */ |
| 162 | - private function generateConfig(Pico &$pico, Website $website) { |
|
| 162 | + private function generateConfig(Pico&$pico, Website $website) { |
|
| 163 | 163 | $this->themesService->hasToBeAValidTheme($website->getTheme()); |
| 164 | 164 | $pico->setConfig( |
| 165 | 165 | [ |
@@ -78,7 +78,7 @@ |
||
| 78 | 78 | * @return DataDisplayResponse|string |
| 79 | 79 | */ |
| 80 | 80 | public function getRoot($site) { |
| 81 | - return $this->getPage($site , ''); |
|
| 81 | + return $this->getPage($site, ''); |
|
| 82 | 82 | } |
| 83 | 83 | |
| 84 | 84 | |