Skip to content

Commit a39cc24

Browse files
committed
Split line for readability
1 parent fb6ff9a commit a39cc24

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/SpecTests/Operation.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,10 @@ private function executeForSession(Session $session, FunctionalTestCase $test, C
558558

559559
case 'withTransaction':
560560
/** @var list<self> $callbackOperations */
561-
$callbackOperations = array_map(fn ($operation) => self::fromConvenientTransactions($operation), $this->arguments['callback']->operations);
561+
$callbackOperations = array_map(
562+
fn ($operation) => self::fromConvenientTransactions($operation),
563+
$this->arguments['callback']->operations,
564+
);
562565

563566
$callback = function () use ($callbackOperations, $test, $context): void {
564567
foreach ($callbackOperations as $operation) {

0 commit comments

Comments
 (0)