Passed
Pull Request — master (#13)
by Daniel
07:15
created
lib/Service/PicoService.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,8 +129,7 @@
 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
 	}
Please login to merge, or discard this patch.