|
@@ -508,7 +508,7 @@ class ResponseStatusHandler implements IResponseHandler {
|
|
if ($status === Protocol::OK) {
|
|
if ($status === Protocol::OK) {
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|
|
- else if ($status === Protocol::QUEUED) {
|
|
|
|
|
|
+ if ($status === Protocol::QUEUED) {
|
|
return new ResponseQueued();
|
|
return new ResponseQueued();
|
|
}
|
|
}
|
|
return $status;
|
|
return $status;
|