@@ -26,7 +26,7 @@ |
||
26 | 26 | * Really. |
27 | 27 | */ |
28 | 28 | |
29 | -$container->share('Symfony\Component\HttpFoundation\Request', function () { |
|
29 | +$container->share('Symfony\Component\HttpFoundation\Request', function() { |
|
30 | 30 | return Symfony\Component\HttpFoundation\Request::createFromGlobals(); |
31 | 31 | }); |
32 | 32 |
@@ -15,7 +15,7 @@ |
||
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 | } |