refactor(migrate): 迁移注解以支持hyperf3

This commit is contained in:
李东云
2023-01-13 23:01:06 +08:00
parent 91db3c731f
commit 480f406ccc

View File

@@ -39,7 +39,7 @@ class ClassicCoreMiddleware extends CoreMiddleware
/**
* Transfer the non-standard response content to a standard response object.
*
* @param null|array<string, mixed>|Arrayable<string, mixed>|Jsonable|string $response
* @param null|array<string, mixed>|Arrayable|Jsonable|string $response
*/
protected function transferToResponse($response, ServerRequestInterface $request): ResponseInterface
{