@@ -12,7 +12,7 @@ |
||
12 | 12 | $dispatcher = new Dispatcher([ |
13 | 13 | new Emitter(), |
14 | 14 | |
15 | - function ($request) { |
|
15 | + function($request) { |
|
16 | 16 | $admin = new Demo\Admin(__DIR__, new Uri('http://localhost:8888')); |
17 | 17 | return $admin->handle($request); |
18 | 18 | }, |
@@ -11,7 +11,7 @@ |
||
11 | 11 | public function getFactories() |
12 | 12 | { |
13 | 13 | return [ |
14 | - 'builder' => function (App $app): FormatFactory { |
|
14 | + 'builder' => function(App $app): FormatFactory { |
|
15 | 15 | return new FormatFactory($app); |
16 | 16 | }, |
17 | 17 | ]; |