From 6c21c597cc27f4f9b5a99386a4275a0039bcd873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 4 Aug 2021 17:32:14 +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 --- Annotation/Loader.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 4eccca28..a8ee3902 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -153,6 +153,7 @@ class Loader extends BaseObject * @param DirectoryIterator $path * @param string $namespace * @return ReflectionClass|null + * @throws ReflectionException */ private function getReflect(DirectoryIterator $path, string $namespace): ?ReflectionClass {