Passed
Push — master ( 47b269...8df878 )
by Maxence
04:35
created
lib/Service/PicoService.php 1 patch
Spacing   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -129,8 +129,7 @@  discard block
 block discarded – undo
129 129
 			return $content;
130 130
 		} catch (WebsiteIsPrivateException $e) {
131 131
 			throw $e;
132
-		} catch
133
-		(Exception $e) {
132
+		} catch (Exception $e) {
134 133
 			throw new AssetDoesNotExistException("404");
135 134
 		}
136 135
 	}
@@ -178,7 +177,7 @@  discard block
 block discarded – undo
178 177
 	 * @param Pico $pico
179 178
 	 * @param Website $website
180 179
 	 */
181
-	private function generateConfig(Pico &$pico, Website $website) {
180
+	private function generateConfig(Pico&$pico, Website $website) {
182 181
 		$this->themesService->hasToBeAValidTheme($website->getTheme());
183 182
 		$pico->setConfig(
184 183
 			[
Please login to merge, or discard this patch.