Skip to content

Commit df1dcee

Browse files
committed
minor symfony#28770 Fix class documentation (luxifer)
This PR was merged into the 2.8 branch. Discussion ---------- Fix class documentation | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | The phpdoc references the PHP flush function, neither a method of this class nor its parent. Commits ------- 5a51bb2 Fix class documentation
2 parents 248e9f3 + 5a51bb2 commit df1dcee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/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)