From b1de495b4470d70d7a23168f720decf68dcec51a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 11 Jan 2021 11:10:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Action.php b/HttpServer/Action.php index c632063d..315ac2da 100644 --- a/HttpServer/Action.php +++ b/HttpServer/Action.php @@ -23,7 +23,7 @@ trait Action * @return mixed * @throws Exception */ - public function restart(\HttpServer\Server $socket) + public function restart(\HttpServer\Server $socket): mixed { $this->_shutdown($socket);