Passed
Push — feature/52 ( 2416fc )
by Max
03:02
created
fakes/The.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
         parent::__construct(
26 26
             $subject,
27 27
             $context,
28
-            function (mixed $subject, Closure $context): mixed
28
+            function(mixed $subject, Closure $context): mixed
29 29
             {
30 30
                 $context($subject);
31 31
                 return $subject;
Please login to merge, or discard this patch.