From 9fc11d7778fd2edf507d3d1d4d17e0e72c6e8a17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 14 Apr 2021 17:28: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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index aa7a7bdb..e8ba539d 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -277,7 +277,7 @@ class Loader extends BaseObject $out_path = ''; foreach ($directory as $key => $value) { $out_path .= DIRECTORY_SEPARATOR . $value; - var_dump($out_path); + $this->error($filePath . '->' . $out_path); if ($out_path !== $output) { $tree = $this->getTree($tree, $value); }