mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
Add a note about missing break in switch statement.
[ci skip]
This commit is contained in:
@@ -119,6 +119,8 @@ class Consumer extends AbstractConsumer
|
||||
if ($response[2] === 0) {
|
||||
$this->invalidate();
|
||||
}
|
||||
// The missing break here is intentional as we must process
|
||||
// subscriptions and unsubscriptions as standard messages.
|
||||
|
||||
case self::MESSAGE:
|
||||
return (object) array(
|
||||
|
||||
Reference in New Issue
Block a user