@@ -22,7 +22,7 @@ |
||
| 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"; |