Completed
Push — master ( 47d74e...c96bfe )
by Tom
02:53
created
application/bootstrap.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,9 @@
 block discarded – undo
48 48
 
49 49
 // Error handler
50 50
 $app->error(function(\Exception $e, $code) use ($app) {
51
-	if($app['debug']) return;
51
+	if($app['debug']) {
52
+		return;
53
+	}
52 54
 
53 55
 	switch($code) {
54 56
 		case 404:
Please login to merge, or discard this patch.