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 9c555c1 commit 5a51bb2Copy full SHA for 5a51bb2
src/Symfony/Component/HttpFoundation/StreamedResponse.php
@@ -17,7 +17,7 @@
17
* A StreamedResponse uses a callback for its content.
18
*
19
* The callback should use the standard PHP functions like echo
20
- * to stream the response back to the client. The flush() method
+ * to stream the response back to the client. The flush() function
21
* can also be used if needed.
22
23
* @see flush()
0 commit comments