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 20ab029 commit d47c78aCopy full SHA for d47c78a
1 file changed
user_guide_src/source/outgoing/response/040.php
@@ -3,6 +3,7 @@
3
// Any iterable of string chunks works, including generators.
4
$chunks = static function (): \Generator {
5
yield json_encode(['event' => 'started']) . "\n";
6
+
7
yield json_encode(['event' => 'finished']) . "\n";
8
};
9
0 commit comments