From f699d48c5252b1fa757efe9aa593f7925afd23ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 7 Sep 2020 18:56:00 +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 | 1 + HttpServer/Server.php | 1 + System/Application.php | 1 + 3 files changed, 3 insertions(+) diff --git a/HttpServer/Action.php b/HttpServer/Action.php index 8235150e..b10e793c 100644 --- a/HttpServer/Action.php +++ b/HttpServer/Action.php @@ -63,6 +63,7 @@ trait Action Snowflake::clearWorkerId(); } + /** * @param \HttpServer\Server $server * @return void diff --git a/HttpServer/Server.php b/HttpServer/Server.php index 8f5b2ed7..403aba36 100644 --- a/HttpServer/Server.php +++ b/HttpServer/Server.php @@ -172,6 +172,7 @@ class Server extends Application } + /** * @throws ConfigException * @throws Exception diff --git a/System/Application.php b/System/Application.php index a534a02f..e8066b8c 100644 --- a/System/Application.php +++ b/System/Application.php @@ -77,6 +77,7 @@ class Application extends BaseApplication } + /** * @param $argv * @throws