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.
1 parent bf95d55 commit 8aab743Copy full SHA for 8aab743
Factory/DiactorosFactory.php
@@ -133,7 +133,7 @@ public function createResponse(Response $symfonyResponse)
133
ob_start(function ($buffer) use ($stream) {
134
$stream->write($buffer);
135
136
- return false;
+ return '';
137
});
138
139
$symfonyResponse->sendContent();
Factory/PsrHttpFactory.php
@@ -143,7 +143,7 @@ public function createResponse(Response $symfonyResponse)
143
144
145
146
147
148
149
0 commit comments