Completed
Push — master ( 9c5a66...53fc3d )
by Matthew
17:12 queued 08:44
created
public/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     $response->setStatusCode(404)->setContent(
29 29
         $container->get('Twig_Environment')->render('404.html')
30 30
     );
31
-} catch(\Exception $e) {
31
+} catch (\Exception $e) {
32 32
     $response->setStatusCode(500)->setContent(
33 33
         'An error occured! ' . $e->getMessage()
34 34
     );
Please login to merge, or discard this patch.