From a906ac187c2916f0f29673e66e7fb907e6db7ac5 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sun, 2 May 2021 04:35:56 +0800 Subject: [PATCH] modify --- Annotation/Loader.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 7d4ad84e..b708845d 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -306,7 +306,6 @@ class Loader extends BaseObject $annotation = Snowflake::getAnnotation(); foreach ($classes as $className) { $annotations = $this->_classes[$className] ?? null; - var_export($annotations); if ($annotations === null) { continue; }