From c7736a7c3ef360573b81e4bd880a27c6f8f334cf Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Fri, 5 Aug 2022 20:35:34 +0800 Subject: [PATCH] cs fix --- src/ZM/Module/QQBot.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ZM/Module/QQBot.php b/src/ZM/Module/QQBot.php index 24380d2f..1fdf3969 100644 --- a/src/ZM/Module/QQBot.php +++ b/src/ZM/Module/QQBot.php @@ -176,6 +176,7 @@ class QQBot switch ($policy) { case 'interrupt': EventDispatcher::interrupt(); + // no break case 'continue': break; default: