改名
This commit is contained in:
@@ -132,10 +132,9 @@ class Server extends Application
|
|||||||
/**
|
/**
|
||||||
* @param $host
|
* @param $host
|
||||||
* @param $Port
|
* @param $Port
|
||||||
* @return Http|Packet|Receive|Websocket
|
* @return Packet|Websocket|Receive|Http|null
|
||||||
* @throws Exception
|
|
||||||
*/
|
*/
|
||||||
public function error_stop($host, $Port): Packet|Websocket|Receive|Http
|
public function error_stop($host, $Port): Packet|Websocket|Receive|Http|null
|
||||||
{
|
{
|
||||||
$this->error(sprintf('Port %s::%d is already.', $host, $Port));
|
$this->error(sprintf('Port %s::%d is already.', $host, $Port));
|
||||||
if ($this->baseServer) {
|
if ($this->baseServer) {
|
||||||
|
|||||||
Reference in New Issue
Block a user