diff --git a/tests/Predis/Transaction/MultiExecTest.php b/tests/Predis/Transaction/MultiExecTest.php index 95cac4a4..e42d0251 100644 --- a/tests/Predis/Transaction/MultiExecTest.php +++ b/tests/Predis/Transaction/MultiExecTest.php @@ -886,8 +886,7 @@ class MultiExecTest extends PredisTestCase ?array $expected = [], ?array &$commands = [], ?array &$cas = [] - ): callable - { + ): callable { $multi = $watch = $abort = false; return function (CommandInterface $command) use (&$expected, &$commands, &$cas, &$multi, &$watch, &$abort) {