mirror of
https://github.com/predis/predis.git
synced 2026-08-31 04:35:05 +00:00
Fixed another E_STRICT notice that was being raised when using a pipeline.
This commit is contained in:
+1
-1
@@ -400,7 +400,7 @@ class CommandPipeline {
|
||||
}
|
||||
|
||||
$connection = $this->_redisClient->getConnection();
|
||||
$commands = &$this->getRecordedCommands();
|
||||
$commands = $this->getRecordedCommands();
|
||||
|
||||
foreach ($commands as $command) {
|
||||
$connection->writeCommand($command);
|
||||
|
||||
Reference in New Issue
Block a user