From 5e403c3bfc223c18040ac26ea6766c60148084e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 14 Apr 2021 18:27:50 +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 deletion(-) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 57db60d6..4a605dac 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -275,7 +275,6 @@ class Loader extends BaseObject foreach ($directory as $key => $value) { $_tmp .= DIRECTORY_SEPARATOR . $value; if (!empty($outPath) && str_contains($_tmp, $outPath)) { - var_dump($_tmp, $outPath); break; } $tree = $this->getTree($tree, $value);