Skip to content

Commit 15338a8

Browse files
committed
Remove unnecessary blank line
1 parent 1415512 commit 15338a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/openai/toolcall-stream-with-usage.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
// Output text chunks
4545
/** @var TextChunk $textChunk */
4646
foreach ($result->getContent() as $textChunk) {
47-
4847
// $textChunk implement \Stringable
4948
echo $textChunk->getContent();
5049

0 commit comments

Comments
 (0)