modify plugin name
This commit is contained in:
@@ -145,10 +145,9 @@ class Server extends AbstractServer
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $server
|
|
||||||
* @param Frame $frame
|
* @param Frame $frame
|
||||||
*/
|
*/
|
||||||
public function onMessage($server, Frame $frame): void
|
public function onMessage(Frame $frame): void
|
||||||
{
|
{
|
||||||
if ($this->callback instanceof OnMessageInterface) {
|
if ($this->callback instanceof OnMessageInterface) {
|
||||||
$this->callback->onMessage($frame);
|
$this->callback->onMessage($frame);
|
||||||
|
|||||||
Reference in New Issue
Block a user