Skip to content

Commit 1235f22

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MarshalsPsr7RequestsAndResponses.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected function toPsr7Response(Response $response): ResponseInterface
6060
*
6161
* @return \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory
6262
*/
63-
protected function httpFoundationRequestFactory(): HttpFoundationFactoryInterface
63+
protected function httpFoundationRequestFactory(): HttpFoundationFactory
6464
{
6565
return $this->httpFoundationFactory ?: (
6666
$this->httpFoundationFactory = new HttpFoundationFactory

0 commit comments

Comments
 (0)