Fix strict notice for undefined property during tests.

This commit is contained in:
Daniele Alessandri
2013-11-09 20:37:30 +01:00
parent bf991a24f3
commit 0128ecc623
@@ -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 {