改名
This commit is contained in:
@@ -79,10 +79,10 @@ class Server extends Application
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param array $configs
|
* @param array $configs
|
||||||
* @return Http|Packet|Receive|Websocket
|
* @return Packet|Websocket|Receive|Http|null
|
||||||
* @throws Exception
|
* @throws ConfigException
|
||||||
*/
|
*/
|
||||||
public function initCore(array $configs): Packet|Websocket|Receive|Http
|
public function initCore(array $configs): Packet|Websocket|Receive|Http|null
|
||||||
{
|
{
|
||||||
$this->enableCoroutine((bool)Config::get('settings.enable_coroutine'));
|
$this->enableCoroutine((bool)Config::get('settings.enable_coroutine'));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user