@@ -22,7 +22,7 @@ |
||
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() |