mirror of
https://github.com/predis/predis.git
synced 2026-08-27 18:51:07 +00:00
Comply with PSR-2 on intentional fall-through in non-empty case.
This commit is contained in:
@@ -909,6 +909,7 @@ class MultiExecTest extends PredisTestCase
|
||||
|
||||
case 'UNWATCH':
|
||||
$watch = false;
|
||||
// no break
|
||||
|
||||
default:
|
||||
return $multi ? new Response\Status('QUEUED') : 'DUMMY_RESPONSE';
|
||||
|
||||
Reference in New Issue
Block a user