Passed
Pull Request — master (#12)
by Maxence
02:02
created
lib/Service/PicoService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
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
 			[
Please login to merge, or discard this patch.
lib/Controller/PicoController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.