Passed
Branch reduce-soap-envelope-builder-c... (7c463d)
by Rait
02:53
created
src/Element/FragmentInjection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
         $this->injection = new DeferredFragmentInjection(
25 25
             $parentNS,
26 26
             $parentTagName,
27
-            function () use ($fragment): string {
27
+            function() use ($fragment): string {
28 28
                 return $fragment;
29 29
             }
30 30
         );
Please login to merge, or discard this patch.