Completed
Push — develop ( 216f2a...63ff50 )
by Dan
02:02
created
src/App/error.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     $whoops->pushHandler(new \Whoops\Handler\PrettyPageHandler);
16 16
 } else {
17 17
     // In production show a friendly message.
18
-    $whoops->pushHandler(function () {
18
+    $whoops->pushHandler(function() {
19 19
         echo "Blimey, that wasn't supposed to happen. Please email the developer";
20 20
     });
21 21
 }
Please login to merge, or discard this patch.