We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1235f22 commit dc393ebCopy full SHA for dc393eb
src/MarshalsPsr7RequestsAndResponses.php
@@ -58,9 +58,9 @@ protected function toPsr7Response(Response $response): ResponseInterface
58
*
59
* This instance can turn a PSR-7 request into an HttpFoundation request.
60
61
- * @return \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory
+ * @return \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactoryInterface
62
*/
63
- protected function httpFoundationRequestFactory(): HttpFoundationFactory
+ protected function httpFoundationRequestFactory(): HttpFoundationFactoryInterface
64
{
65
return $this->httpFoundationFactory ?: (
66
$this->httpFoundationFactory = new HttpFoundationFactory
0 commit comments