Remove versionadded in docs

This commit is contained in:
Fabien Potencier
2025-03-21 10:09:05 +01:00
parent bf65bf2948
commit b0bb57c82a
2 changed files with 0 additions and 6 deletions
-2
View File
@@ -71,8 +71,6 @@ If a template defines blocks, they can be rendered individually via the
Streaming Templates
-------------------
.. versionadded:: 3.18
To stream a template, call the ``stream()`` method::
$template->stream(['the' => 'variables', 'go' => 'here']);
-4
View File
@@ -1,10 +1,6 @@
``invoke``
==========
.. versionadded:: 3.19
The ``invoke`` filter has been added in Twig 3.19.
The ``invoke`` filter invokes an arrow function with the given arguments:
.. code-block:: twig