added @final classes in the deprecated document

This commit is contained in:
Fabien Potencier
2017-05-22 08:10:13 +02:00
parent 3810368b3b
commit 93929e1ddd
+11 -1
View File
@@ -5,4 +5,14 @@ This document lists deprecated features in Twig 2.x. Deprecated features are
kept for backward compatibility and removed in the next major release (a
feature that was deprecated in Twig 2.x is removed in Twig 3.0).
There are no deprecated features for Twig 2.x.
Final Classes
-------------
The following classes are marked as ``@final`` in Twig 2 and will be final in
3.0:
* ``Twig_Node_Module``
* ``Twig_Filter``
* ``Twig_Function``
* ``Twig_Test``
* ``Twig_Profiler_Profile``