Completed
Branch master (e6f7dc)
by Alex
02:02
created
src/Configuration/TwigConfiguration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.