Skip to content

Commit e41f358

Browse files
committed
[#7343] fix versionadded wording
1 parent 2829899 commit e41f358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ It is possible to delete the file after the request is sent with the
519519
Please note that this will not work when the ``X-Sendfile`` header is set.
520520

521521
.. versionadded:: 3.3
522-
The ``Stream`` class has been introduced in Symfony 3.3.
522+
The ``Stream`` class was introduced in Symfony 3.3.
523523

524524
If the size of the served file is unknown (e.g. because it's being generated on the fly,
525525
or because a PHP stream filter is registered on it, etc.), you can pass a ``Stream``

0 commit comments

Comments
 (0)