Add missing deprecation triggers

This commit is contained in:
Christophe Coevoet
2015-08-20 11:31:45 +02:00
parent 92fa52b874
commit cb98576934
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@
* file that was distributed with this source code.
*/
@trigger_error('The Twig_Filter class is deprecated since version 1.12 and will be removed in 2.0. Use Twig_SimpleFilter instead.', E_USER_DEPRECATED);
/**
* Represents a template filter.
*
+2
View File
@@ -9,6 +9,8 @@
* file that was distributed with this source code.
*/
@trigger_error('The Twig_Function class is deprecated since version 1.12 and will be removed in 2.0. Use Twig_SimpleFunction instead.', E_USER_DEPRECATED);
/**
* Represents a template function.
*
+2
View File
@@ -9,6 +9,8 @@
* file that was distributed with this source code.
*/
@trigger_error('The Twig_Test class is deprecated since version 1.12 and will be removed in 2.0. Use Twig_SimpleTest instead.', E_USER_DEPRECATED);
/**
* Represents a template test.
*