@@ -20,7 +20,7 @@ |
||
20 | 20 | { |
21 | 21 | $this->executeHandler = $execute; |
22 | 22 | if ($compensate === null) { |
23 | - $compensate = function () { |
|
23 | + $compensate = function() { |
|
24 | 24 | }; |
25 | 25 | } |
26 | 26 | $this->compensateHandler = $compensate; |
@@ -86,7 +86,7 @@ |
||
86 | 86 | */ |
87 | 87 | private function finaliseSteps($completedSteps) |
88 | 88 | { |
89 | - $stepsToFinalise = array_filter($completedSteps, function (CompletedStep $x) { |
|
89 | + $stepsToFinalise = array_filter($completedSteps, function(CompletedStep $x) { |
|
90 | 90 | return $x->step instanceof FinalisingStep; |
91 | 91 | }); |
92 | 92 | foreach ($stepsToFinalise as $completedStep) { |