From 0a179e801a31bd00a0366c1a9ef60a7f9df5243e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 1 Oct 2014 13:22:22 +0200 Subject: [PATCH] fixed typo --- lib/Twig/Node.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Twig/Node.php b/lib/Twig/Node.php index 085b4d2..20af544 100644 --- a/lib/Twig/Node.php +++ b/lib/Twig/Node.php @@ -70,7 +70,7 @@ class Twig_Node implements Twig_NodeInterface } /** - * @deprecated since 1.16.1 (to be removed in 3.0) + * @deprecated since 1.16.1 (to be removed in 2.0) */ public function toXml($asDom = false) { -- 1.7.2.5