Fix class documentation

The phpdoc references the PHP flush function, neither a method of this class nor its parent.
This commit is contained in:
Florent Viel 2018-10-08 15:32:18 +02:00 committed by GitHub
parent 9c555c14ac
commit 5a51bb24dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ namespace Symfony\Component\HttpFoundation;
* A StreamedResponse uses a callback for its content.
*
* The callback should use the standard PHP functions like echo
* to stream the response back to the client. The flush() method
* to stream the response back to the client. The flush() function
* can also be used if needed.
*
* @see flush()