From 2def83d0c2e39214a21813d02da5763b7293af86 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 5 Jul 2014 13:39:39 +0200 Subject: [PATCH] added missing deprecation notices --- lib/Twig/SimpleFilter.php | 2 ++ lib/Twig/SimpleFunction.php | 2 ++ lib/Twig/SimpleTest.php | 2 ++ 3 files changed, 6 insertions(+) diff --git a/lib/Twig/SimpleFilter.php b/lib/Twig/SimpleFilter.php index d493e72f4..f3f075aab 100644 --- a/lib/Twig/SimpleFilter.php +++ b/lib/Twig/SimpleFilter.php @@ -13,6 +13,8 @@ * Represents a template filter. * * @author Fabien Potencier + * + * @deprecated since 2.0 (to be removed in 3.0) */ class Twig_SimpleFilter extends Twig_Filter { diff --git a/lib/Twig/SimpleFunction.php b/lib/Twig/SimpleFunction.php index 98d6234f0..9d3695f35 100644 --- a/lib/Twig/SimpleFunction.php +++ b/lib/Twig/SimpleFunction.php @@ -13,6 +13,8 @@ * Represents a template function. * * @author Fabien Potencier + * + * @deprecated since 2.0 (to be removed in 3.0) */ class Twig_SimpleFunction extends Twig_Function { diff --git a/lib/Twig/SimpleTest.php b/lib/Twig/SimpleTest.php index 53b6281ee..73f0451a4 100644 --- a/lib/Twig/SimpleTest.php +++ b/lib/Twig/SimpleTest.php @@ -13,6 +13,8 @@ * Represents a template test. * * @author Fabien Potencier + * + * @deprecated since 2.0 (to be removed in 3.0) */ class Twig_SimpleTest extends Twig_Test {