More code styling changes.

This commit is contained in:
Daniele Alessandri
2012-07-27 12:23:25 +02:00
parent 6c732c737b
commit 55a3fd65a2
75 changed files with 260 additions and 232 deletions
+1 -2
View File
@@ -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);
}