Moved interfaces
authorNils Langner <nils.langner@phmlabs.com>
Tue, 25 Oct 2011 12:13:26 +0000 (14:13 +0200)
committerNils Langner <nils.langner@phmlabs.com>
Tue, 25 Oct 2011 12:13:26 +0000 (14:13 +0200)
lib/Twig/Node.php [changed mode: 0644->0755]
lib/Twig/NodeInterface.php [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 22e65d4..651ffc4
@@ -16,7 +16,7 @@
  * @package    twig
  * @author     Fabien Potencier <fabien@symfony.com>
  */
-class Twig_Node implements Twig_NodeInterface, Countable, IteratorAggregate
+class Twig_Node implements Twig_NodeInterface
 {
     protected $nodes;
     protected $attributes;
old mode 100644 (file)
new mode 100755 (executable)
index 165aed4..29a84b0
@@ -15,7 +15,7 @@
  * @package    twig
  * @author     Fabien Potencier <fabien@symfony.com>
  */
-interface Twig_NodeInterface
+interface Twig_NodeInterface extends Countable, IteratorAggregate
 {
     /**
      * Compiles the node to PHP.