This commit is contained in:
2021-08-03 10:30:26 +08:00
parent 501c259580
commit 5059a87784
5 changed files with 13 additions and 25 deletions
-1
View File
@@ -155,7 +155,6 @@ class Loader extends BaseObject
* @param string $namespace
* @return ReflectionClass|null
* @throws ReflectionException
* @throws NotFindClassException
*/
private function getReflect(DirectoryIterator $path, string $namespace): ?ReflectionClass
{