From bcda2ff2a02658c698cc75349bd0aa437c50e8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 14 Apr 2021 17:35:40 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 815a5a4a..55bcc66d 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -259,9 +259,7 @@ class Loader extends BaseObject /** * @param string $filePath - * @param string|null $output * @return $this - * @throws Exception */ private function each(string $filePath): static { @@ -348,6 +346,7 @@ class Loader extends BaseObject } foreach ($classes as $className) { $annotations = $this->_classes[$className] ?? null; + var_dump($annotations); if ($annotations === null) { continue; }