mirror of
https://github.com/predis/predis.git
synced 2026-08-19 20:53:09 +00:00
Codestyle fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user