From 6e01b437e2af19d265cc98bd209682c66f82f1af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 18 Aug 2021 13:35:58 +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/BaseApplication.php | 1 + System/Kiri.php | 1 + 2 files changed, 2 insertions(+) diff --git a/System/Abstracts/BaseApplication.php b/System/Abstracts/BaseApplication.php index 08d47746..5235787c 100644 --- a/System/Abstracts/BaseApplication.php +++ b/System/Abstracts/BaseApplication.php @@ -284,6 +284,7 @@ abstract class BaseApplication extends Component * @return mixed * @throws ReflectionException * @throws NotFindClassException + * @throws Exception */ public function get($name): mixed { diff --git a/System/Kiri.php b/System/Kiri.php index 451a5eee..c4c0bb57 100644 --- a/System/Kiri.php +++ b/System/Kiri.php @@ -54,6 +54,7 @@ class Kiri /** * @param object $class + * @throws ReflectionException */ public static function injectProperty(object $class) {