Completed
Push — master ( 4d2e04...fe6b27 )
by Patrick
10:29
created
Http/class.WebErrorHandler.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,5 +13,5 @@
 block discarded – undo
13 13
             ->withStatus(500)
14 14
             ->withHeader('Content-Type', 'text/html')
15 15
             ->write($exception->__toString());
16
-   }
16
+    }
17 17
 }
Please login to merge, or discard this patch.