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 b5d416e commit bc55079Copy full SHA for bc55079
Tests/StreamedResponseTest.php
@@ -32,7 +32,7 @@ public function testConstructorWithChunks()
32
33
$buffer = '';
34
ob_start(function (string $chunk) use (&$buffer) {
35
- $buffer .= $chunk;
+ return $buffer .= $chunk;
36
});
37
$callback();
38
0 commit comments