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) {