mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 12:26:30 +00:00
Remove versionadded in docs
This commit is contained in:
@@ -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']);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user