8000 Fix class documentation · symfony/http-foundation@a8cb140 · GitHub
[go: up one dir, main page]

Skip to content

Commit a8cb140

Browse files
authored
Fix class documentation
The phpdoc references the PHP flush function, neither a method of this class nor its parent.
1 parent 55e3db6 commit a8cb140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StreamedResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* A StreamedResponse uses a callback for its content.
1818
*
1919
* The callback should use the standard PHP functions like echo
20-
* to stream the response back to the client. The flush() method
20+
* to stream the response back to the client. The flush() function
2121
* can also be used if needed.
2222
*
2323
* @see flush()

0 commit comments

Comments
 (0)
0