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 {