eee
This commit is contained in:
@@ -64,6 +64,7 @@ class Handler implements RequestHandlerInterface
|
|||||||
*/
|
*/
|
||||||
protected function returnType($reflectionType): string
|
protected function returnType($reflectionType): string
|
||||||
{
|
{
|
||||||
|
var_dump($reflectionType->getName());
|
||||||
return match ($reflectionType->getName()) {
|
return match ($reflectionType->getName()) {
|
||||||
'array' => ArrayFormat::class,
|
'array' => ArrayFormat::class,
|
||||||
'mixed', 'object' => MixedFormat::class,
|
'mixed', 'object' => MixedFormat::class,
|
||||||
|
|||||||
Reference in New Issue
Block a user