From 1e189963accd16406bac3fd792a80cf478fa91f7 Mon Sep 17 00:00:00 2001 From: Yurun Date: Fri, 2 Jul 2021 17:42:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BB=A3=E7=A0=81=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Bean/AnnotationParser.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Bean/AnnotationParser.php b/src/Bean/AnnotationParser.php index 3b15c94ed..9855e6327 100644 --- a/src/Bean/AnnotationParser.php +++ b/src/Bean/AnnotationParser.php @@ -421,15 +421,12 @@ class AnnotationParser $this->parse($parentClassName); $this->execParse($parentClassName); } - // @phpstan-ignore-next-line if (\is_string($annotation->annotation)) { - // @phpstan-ignore-next-line $inheritAnnotationClasses = [$annotation->annotation]; } else { - // @phpstan-ignore-next-line $inheritAnnotationClasses = $annotation->annotation; } $inheritAnnotations = []; -- GitLab