This commit is contained in:
2021-08-04 17:32:14 +08:00
parent a7695a2dbd
commit 6c21c597cc
+1
View File
@@ -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
{