@@ -17,7 +17,7 @@ |
||
17 | 17 | */ |
18 | 18 | public function apply(Injector $injector) |
19 | 19 | { |
20 | - $injector->prepare(FormattedResponder::class, function (FormattedResponder $responder) { |
|
20 | + $injector->prepare(FormattedResponder::class, function(FormattedResponder $responder) { |
|
21 | 21 | return $responder->withValue(TwigFormatter::class, 1.0); |
22 | 22 | }); |
23 | 23 |