From 7dd415bff650c85381049f4eb9f152b8e64cbddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 29 Mar 2021 16:02:56 +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/Inject.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Annotation/Inject.php b/Annotation/Inject.php index c2844781..aa54160d 100644 --- a/Annotation/Inject.php +++ b/Annotation/Inject.php @@ -38,6 +38,7 @@ use Snowflake\Snowflake; public function execute(array $handler): mixed { $injectValue = $this->parseInjectValue(); + var_dump($injectValue); if (!($handler[1] instanceof ReflectionProperty)) { $handler[1] = new ReflectionProperty($handler[0], $handler[1]); }