Codestyle fix

This commit is contained in:
Vladyslav Vildanov
2023-04-03 12:23:28 +03:00
parent d59b4dece5
commit 14aaa8dcc1
+1 -2
View File
@@ -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) {