mirror of
https://github.com/predis/predis.git
synced 2026-09-16 05:17:02 +00:00
No need for strict comparison here.
Should be also slightly faster (at least on a micro-optimization scale).
This commit is contained in:
@@ -249,7 +249,7 @@ class StreamConnection extends AbstractConnection
|
||||
if ($count === -1) {
|
||||
return null;
|
||||
}
|
||||
if ($this->mbiterable === true) {
|
||||
if ($this->mbiterable) {
|
||||
return new MultiBulkResponseSimple($this, $count);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user