Codestyle fixes

This commit is contained in:
Vladyslav Vildanov
2023-04-03 15:42:09 +03:00
parent 7e59426947
commit a11f2b12e9
+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) {