fixed some deprecation notices
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 5 Jul 2014 12:03:33 +0000 (14:03 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 5 Jul 2014 12:03:33 +0000 (14:03 +0200)
lib/Twig/CompilerInterface.php
lib/Twig/ExistsLoaderInterface.php
lib/Twig/LexerInterface.php
lib/Twig/NodeInterface.php
lib/Twig/ParserInterface.php
lib/Twig/TemplateInterface.php

index e293ec9..272c767 100644 (file)
@@ -13,7 +13,8 @@
  * Interface implemented by compiler classes.
  *
  * @author Fabien Potencier <fabien@symfony.com>
- * @deprecated since 1.12 (to be removed in 2.0)
+ *
+ * @deprecated since 1.12 (to be removed in 3.0)
  */
 interface Twig_CompilerInterface
 {
index de4dff7..48df9e1 100644 (file)
@@ -13,7 +13,8 @@
  * Adds an exists() method for loaders.
  *
  * @author Florin Patan <florinpatan@gmail.com>
- * @deprecated since 1.12 (to be removed in 2.0)
+ *
+ * @deprecated since 1.12 (to be removed in 3.0)
  */
 interface Twig_ExistsLoaderInterface
 {
index dd51cae..24a9478 100644 (file)
@@ -13,7 +13,8 @@
  * Interface implemented by lexer classes.
  *
  * @author Fabien Potencier <fabien@symfony.com>
- * @deprecated since 1.12 (to be removed in 2.0)
+ *
+ * @deprecated since 1.12 (to be removed in 3.0)
  */
 interface Twig_LexerInterface
 {
index f0ef725..43afd0d 100644 (file)
@@ -13,7 +13,8 @@
  * Represents a node in the AST.
  *
  * @author Fabien Potencier <fabien@symfony.com>
- * @deprecated since 1.12 (to be removed in 2.0)
+ *
+ * @deprecated since 1.12 (to be removed in 3.0)
  */
 interface Twig_NodeInterface extends Countable, IteratorAggregate
 {
index bfe60a3..8e7cc0a 100644 (file)
@@ -13,7 +13,8 @@
  * Interface implemented by parser classes.
  *
  * @author Fabien Potencier <fabien@symfony.com>
- * @deprecated since 1.12 (to be removed in 2.0)
+ *
+ * @deprecated since 1.12 (to be removed in 3.0)
  */
 interface Twig_ParserInterface
 {
index 879f503..d178832 100644 (file)
@@ -13,7 +13,8 @@
  * Interface implemented by all compiled templates.
  *
  * @author Fabien Potencier <fabien@symfony.com>
- * @deprecated since 1.12 (to be removed in 2.0)
+ *
+ * @deprecated since 1.12 (to be removed in 3.0)
  */
 interface Twig_TemplateInterface
 {