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 -4
View File
@@ -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;
}