mirror of
https://github.com/predis/predis.git
synced 2026-09-16 13:27:14 +00:00
Nothing fancy, and hardly an optimization.
This commit is contained in:
+1
-1
@@ -550,7 +550,7 @@ class ResponseStatusHandler implements IResponseHandler {
|
||||
if ($status === Protocol::OK) {
|
||||
return true;
|
||||
}
|
||||
else if ($status === Protocol::QUEUED) {
|
||||
if ($status === Protocol::QUEUED) {
|
||||
return new ResponseQueued();
|
||||
}
|
||||
return $status;
|
||||
|
||||
Reference in New Issue
Block a user