From a51f6cefc9e6116547ae381e9a92957f2d03aeef Mon Sep 17 00:00:00 2001 From: whwyy Date: Wed, 20 Dec 2023 21:41:46 +0800 Subject: [PATCH] eee --- src/Handler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Handler.php b/src/Handler.php index 466c0eb..5f536b0 100644 --- a/src/Handler.php +++ b/src/Handler.php @@ -64,6 +64,7 @@ class Handler implements RequestHandlerInterface */ protected function returnType($reflectionType): string { + var_dump($reflectionType->getName()); return match ($reflectionType->getName()) { 'array' => ArrayFormat::class, 'mixed', 'object' => MixedFormat::class,