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.
else
1 parent 321635b commit ae2fde1Copy full SHA for ae2fde1
Factory/PsrHttpFactory.php
@@ -195,8 +195,7 @@ public function createResponse(Response $symfonyResponse): ResponseInterface
195
}
196
197
$protocolVersion = $symfonyResponse->getProtocolVersion();
198
- $response = $response->withProtocolVersion($protocolVersion);
199
200
- return $response;
+ return $response->withProtocolVersion($protocolVersion);
201
202
0 commit comments