From e3be723d3e8f9e620a9fb4059b492fa3fcb1bce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 14 Apr 2021 17:25:03 +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 aa016a6c..aa7a7bdb 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -277,6 +277,7 @@ class Loader extends BaseObject $out_path = ''; foreach ($directory as $key => $value) { $out_path .= DIRECTORY_SEPARATOR . $value; + var_dump($out_path); if ($out_path !== $output) { $tree = $this->getTree($tree, $value); }