@@ -41,7 +41,7 @@ |
||
| 41 | 41 | PHP_EOL, |
| 42 | 42 | array_reduce( |
| 43 | 43 | $rollback->getFailures(), |
| 44 | - function ( |
|
| 44 | + function( |
|
| 45 | 45 | array $carry, |
| 46 | 46 | OperationFailureInterface $failure |
| 47 | 47 | ): array { |
@@ -71,7 +71,7 @@ |
||
| 71 | 71 | PHP_EOL, |
| 72 | 72 | array_reduce( |
| 73 | 73 | $previous, |
| 74 | - function ( |
|
| 74 | + function( |
|
| 75 | 75 | array $carry, |
| 76 | 76 | OperationFailureInterface $failure |
| 77 | 77 | ): array { |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | implode( |
| 31 | 31 | ', ', |
| 32 | 32 | array_map( |
| 33 | - function (OperationFailureInterface $failure): int { |
|
| 33 | + function(OperationFailureInterface $failure): int { |
|
| 34 | 34 | return spl_object_id($failure->getOperation()); |
| 35 | 35 | }, |
| 36 | 36 | $failures |