We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6ff9a commit a39cc24Copy full SHA for a39cc24
tests/SpecTests/Operation.php
@@ -558,7 +558,10 @@ private function executeForSession(Session $session, FunctionalTestCase $test, C
558
559
case 'withTransaction':
560
/** @var list<self> $callbackOperations */
561
- $callbackOperations = array_map(fn ($operation) => self::fromConvenientTransactions($operation), $this->arguments['callback']->operations);
+ $callbackOperations = array_map(
562
+ fn ($operation) => self::fromConvenientTransactions($operation),
563
+ $this->arguments['callback']->operations,
564
+ );
565
566
$callback = function () use ($callbackOperations, $test, $context): void {
567
foreach ($callbackOperations as $operation) {
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments