Skip to content

Commit c373a44

Browse files
fix merge
1 parent a369024 commit c373a44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

HttpKernelBrowser.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ protected function filterResponse(object $response): DomResponse
183183
$content = '';
184184
ob_start(static function ($chunk) use (&$content) {
185185
$content .= $chunk;
186+
187+
return '';
186188
});
187189

188190
try {

0 commit comments

Comments
 (0)