变更
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
|
||||
namespace Kiri\Server\Contract;
|
||||
|
||||
|
||||
use Swoole\WebSocket\Server;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@@ -16,7 +13,7 @@ interface OnCloseInterface
|
||||
* @param int $fd
|
||||
* @return void
|
||||
*/
|
||||
public function onClose(int $fd): void;
|
||||
public function OnClose(int $fd): void;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user