eee
This commit is contained in:
+8
-7
@@ -23,13 +23,14 @@ class Handler implements RequestHandlerInterface
|
|||||||
* @var array|string[]
|
* @var array|string[]
|
||||||
*/
|
*/
|
||||||
protected array $types = [
|
protected array $types = [
|
||||||
'array' => ArrayFormat::class,
|
'Psr\Http\Message\ResponseInterface' => ResponseInterface::class,
|
||||||
'mixed' => MixedFormat::class,
|
'array' => ArrayFormat::class,
|
||||||
'object' => MixedFormat::class,
|
'mixed' => MixedFormat::class,
|
||||||
'int' => OtherFormat::class,
|
'object' => MixedFormat::class,
|
||||||
'string' => OtherFormat::class,
|
'int' => OtherFormat::class,
|
||||||
'bool' => OtherFormat::class,
|
'string' => OtherFormat::class,
|
||||||
'void' => VoidFormat::class,
|
'bool' => OtherFormat::class,
|
||||||
|
'void' => VoidFormat::class,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user