mirror of
https://github.com/predis/predis.git
synced 2026-08-25 11:19:43 +00:00
Fix strict notice for undefined property during tests.
This commit is contained in:
@@ -55,7 +55,7 @@ class MultiBulkResponseSimple extends MultiBulkResponse
|
||||
{
|
||||
if ($disconnect) {
|
||||
if ($this->valid()) {
|
||||
$this->position = $this->replySize;
|
||||
$this->position = $this->size;
|
||||
$this->connection->disconnect();
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user