Skip to content

Commit 0101ff8

Browse files
Merge branch '7.3' into 7.4
* 7.3: [Console] Fix signal handlers not being cleared after command termination [HttpFoundation] Fix RequestTest insulation ReflectionMethod::setAccessible() is no-op since PHP 8.1 CS fix
2 parents ba14c31 + 0c0c892 commit 0101ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Factory/PsrHttpFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public function createResponse(Response $symfonyResponse): ResponseInterface
167167
return '';
168168
}, 1);
169169

170-
try {
170+
try {
171171
$symfonyResponse->sendContent();
172172
} finally {
173173
ob_end_clean();

0 commit comments

Comments
 (0)