Remove versionadded in docs

This commit is contained in:
Fabien Potencier
2025-05-02 15:21:47 +02:00
parent fb15117507
commit d1b2efe68f
-4
View File
@@ -791,10 +791,6 @@ The ``getTests()`` method lets you add new test functions::
Using PHP Attributes to define Extensions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. versionadded:: 3.21
The attribute classes were added in Twig 3.21.
You can add the ``#[AsTwigFilter]``, ``#[AsTwigFunction]``, and ``#[AsTwigTest]``
attributes to public methods of any class to define filters, functions, and tests.