Passed
Pull Request — master (#60)
by James
03:22
created
src/DetectChanges/BCBreak/FunctionBased/MultipleChecksOnAFunction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     {
23 23
         return array_reduce(
24 24
             $this->checks,
25
-            function (Changes $changes, FunctionBased $check) use ($fromFunction, $toFunction) : Changes {
25
+            function(Changes $changes, FunctionBased $check) use ($fromFunction, $toFunction) : Changes {
26 26
                 return $changes->mergeWith($check->__invoke($fromFunction, $toFunction));
27 27
             },
28 28
             Changes::empty()
Please login to merge, or discard this patch.