From 14aaa8dcc1daa2ee8efc3e40cedf2b13132d3b19 Mon Sep 17 00:00:00 2001 From: Vladyslav Vildanov Date: Mon, 3 Apr 2023 12:23:28 +0300 Subject: [PATCH] Codestyle fix --- tests/Predis/Transaction/MultiExecTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {