Completed
Push — master ( c14295...b129c4 )
by Steve
05:21 queued 02:37
created
src/Steps/LambdaStep.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
     public function __construct(callable $execute, callable $compensate = null, string $name = null)
23 23
     {
24 24
         $this->executeHandler = $execute;
25
-        $this->compensateHandler = $compensate ?? function () {
25
+        $this->compensateHandler = $compensate ?? function() {
26 26
         };
27 27
 
28 28
         $this->name = $name ?? "anonymous lambda";
Please login to merge, or discard this patch.