mirror of
https://github.com/predis/predis.git
synced 2026-09-16 21:36:58 +00:00
Slight micro-optimization.
This commit is contained in:
+2
-2
@@ -468,12 +468,12 @@ abstract class Command implements ICommand {
|
||||
|
||||
public function setArguments(/* arguments */) {
|
||||
$this->_arguments = $this->filterArguments(func_get_args());
|
||||
$this->_hash = null;
|
||||
unset($this->_hash);
|
||||
}
|
||||
|
||||
public function setArgumentsArray(Array $arguments) {
|
||||
$this->_arguments = $this->filterArguments($arguments);
|
||||
$this->_hash = null;
|
||||
unset($this->_hash);
|
||||
}
|
||||
|
||||
public function getArguments() {
|
||||
|
||||
Reference in New Issue
Block a user