Passed
Branch master (bd5488)
by Jan-Marten
05:50
created
Category
src/Formatter/RollbackFormatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.
src/Formatter/FailedRollbackFormatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.
src/Exception/TransactionRolledBackException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.