@@ -26,7 +26,7 @@ |
||
| 26 | 26 | */ |
| 27 | 27 | public function register(Container $pimple) |
| 28 | 28 | { |
| 29 | - $pimple['request'] = function ($app) { |
|
| 29 | + $pimple['request'] = function($app) { |
|
| 30 | 30 | return Request::createFromGlobals(); |
| 31 | 31 | }; |
| 32 | 32 | } |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | */ |
| 27 | 27 | public function register(Container $pimple) |
| 28 | 28 | { |
| 29 | - $pimple['server'] = function ($app) { |
|
| 29 | + $pimple['server'] = function($app) { |
|
| 30 | 30 | return new Server($app); |
| 31 | 31 | }; |
| 32 | 32 | } |