mirror of
https://github.com/predis/predis.git
synced 2026-08-29 19:55:45 +00:00
original array format
This commit is contained in:
@@ -62,7 +62,7 @@ class ServerInfo extends AbstractCommand
|
||||
} else {
|
||||
$v = $this->parseDatabaseStats($v);
|
||||
}
|
||||
return [$k, $v];
|
||||
return array($k, $v);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user