Skip to content

Commit d47c78a

Browse files
committed
cs fix
1 parent 20ab029 commit d47c78a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • user_guide_src/source/outgoing/response

user_guide_src/source/outgoing/response/040.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// Any iterable of string chunks works, including generators.
44
$chunks = static function (): \Generator {
55
yield json_encode(['event' => 'started']) . "\n";
6+
67
yield json_encode(['event' => 'finished']) . "\n";
78
};
89

0 commit comments

Comments
 (0)