From 94929b7e7bc2c23b30d76fe6526200c740f84af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 14 Apr 2021 18:17:14 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 7d859b4f..4c42d639 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -275,6 +275,7 @@ class Loader extends BaseObject foreach ($directory as $key => $value) { $_tmp .= DIRECTORY_SEPARATOR . $value; + $this->addError($_tmp); if (!empty($outPath) && str_contains($_tmp, $outPath)) { break; }