From 74858dc46b254d2131626d83139c8a2e636915cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 14 Apr 2021 18:18:08 +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 4c42d639..375bd84c 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -326,6 +326,7 @@ class Loader extends BaseObject foreach ($nodes as $node) { $childes = $node->getChildes(); if (!empty($childes)) { + var_dump($childes); $this->eachNode($childes); } $this->execute($node->getFiles());