mirror of
https://github.com/predis/predis.git
synced 2026-08-23 21:29:38 +00:00
More code styling changes.
This commit is contained in:
@@ -62,8 +62,7 @@ abstract class ScriptedCommand extends ServerEvalSHA
|
||||
{
|
||||
if (false !== $numkeys = $this->getKeysCount()) {
|
||||
$numkeys = $numkeys >= 0 ? $numkeys : count($arguments) + $numkeys;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
$numkeys = count($arguments);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user