update docs, and some related comments and generated codes

This commit is contained in:
Jerry
2023-01-30 15:23:11 +08:00
parent ea17b0293c
commit ebb27a5852
17 changed files with 422 additions and 44 deletions

View File

@@ -31,9 +31,6 @@ trait HttpTrait
return $obj;
}
/**
* {@inheritDoc}
*/
public function withResponse(ResponseInterface $response)
{
$this->getHttpRequestEvent()->withResponse($response);