We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2829899 commit e41f358Copy full SHA for e41f358
components/http_foundation.rst
@@ -519,7 +519,7 @@ It is possible to delete the file after the request is sent with the
519
Please note that this will not work when the ``X-Sendfile`` header is set.
520
521
.. versionadded:: 3.3
522
- The ``Stream`` class has been introduced in Symfony 3.3.
+ The ``Stream`` class was introduced in Symfony 3.3.
523
524
If the size of the served file is unknown (e.g. because it's being generated on the fly,
525
or because a PHP stream filter is registered on it, etc.), you can pass a ``Stream``
0 commit comments