Skip to content

Commit 0c0c892

Browse files
CS fix
1 parent 18545c8 commit 0c0c892

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)