modify plugin name

This commit is contained in:
2022-06-16 17:38:22 +08:00
parent 0233acb279
commit 0051f1f15c
25 changed files with 928 additions and 1055 deletions
+2 -2
View File
@@ -10,10 +10,10 @@ interface OnMessageInterface
/**
* @param Server $server
* @param Server|\Swoole\Coroutine\Http\Server $server
* @param Frame $frame
* @return void
*/
public function onMessage(Server $server, Frame $frame): void;
public function onMessage(Server|\Swoole\Coroutine\Http\Server $server, Frame $frame): void;
}