From 227c410fe2c0d4d805bb60409c53e5e2eaac5507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 8 Sep 2020 14:28:02 +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 --- System/Abstracts/Input.php | 2 +- System/Application.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/System/Abstracts/Input.php b/System/Abstracts/Input.php index 89f991b5..79365d37 100644 --- a/System/Abstracts/Input.php +++ b/System/Abstracts/Input.php @@ -18,7 +18,7 @@ class Input /** * Input constructor. * @param $argv - * @throws Exception + * @throws */ public function __construct($argv) { diff --git a/System/Application.php b/System/Application.php index 5d9f40bb..44d6c6a4 100644 --- a/System/Application.php +++ b/System/Application.php @@ -71,7 +71,7 @@ class Application extends BaseApplication /** * @param string $command - * @throws ComponentException + * @throws */ public function register(string $command) {