This commit is contained in:
2022-10-11 18:41:58 +08:00
parent 707bd69eda
commit cedcb89fe4
4 changed files with 4 additions and 12 deletions
+1 -2
View File
@@ -10,10 +10,9 @@ interface OnMessageInterface
/**
* @param Server|\Swoole\Coroutine\Http\Server $server
* @param Frame $frame
* @return void
*/
public function onMessage(Server|\Swoole\Coroutine\Http\Server $server, Frame $frame): void;
public function OnMessage(Frame $frame): void;
}