Skip to content

Commit dc393eb

Browse files
author
rochdiNassah
authored
Typo
1 parent 1235f22 commit dc393eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MarshalsPsr7RequestsAndResponses.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ protected function toPsr7Response(Response $response): ResponseInterface
5858
*
5959
* This instance can turn a PSR-7 request into an HttpFoundation request.
6060
*
61-
* @return \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory
61+
* @return \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactoryInterface
6262
*/
63-
protected function httpFoundationRequestFactory(): HttpFoundationFactory
63+
protected function httpFoundationRequestFactory(): HttpFoundationFactoryInterface
6464
{
6565
return $this->httpFoundationFactory ?: (
6666
$this->httpFoundationFactory = new HttpFoundationFactory

0 commit comments

Comments
 (0)