From 3d79202c8b8d95a4f6e20e8be3786315cfad84ba Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Tue, 28 Feb 2023 23:30:43 +0800 Subject: [PATCH] cs fix --- src/ZM/Plugin/OneBot12Adapter.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ZM/Plugin/OneBot12Adapter.php b/src/ZM/Plugin/OneBot12Adapter.php index 65cdb5d2..bc8ffba0 100644 --- a/src/ZM/Plugin/OneBot12Adapter.php +++ b/src/ZM/Plugin/OneBot12Adapter.php @@ -219,11 +219,10 @@ class OneBot12Adapter extends ZMPlugin /** * [CALLBACK] 处理需要等待回复的 bot()->prompt() 会话消息 * - * @param BotContext $ctx 机器人上下文 * @param OneBotEvent $event 当前事件对象 * @throws InterruptException */ - public function handleContextPrompt(BotContext $ctx, OneBotEvent $event) + public function handleContextPrompt(OneBotEvent $event) { // 必须支持协程才能用 if (($co = Adaptive::getCoroutine()) === null) {