From: Fabien Potencier Date: Tue, 25 Oct 2011 12:23:22 +0000 (+0200) Subject: merged branch phmLabs/Twig_NodeInterface_Bug (PR #482) X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=7001217ed3e0abb2a4347c70077b993761963227;p=konrad%2Ftwig.git merged branch phmLabs/Twig_NodeInterface_Bug (PR #482) Commits ------- c91357d Moved interfaces Discussion ---------- Moved interfaces The Countable and IteratorAggregate interfaces have to be part of the Twig_NodeInterface as the Twig_NodeInterface is used as a typehint and the function tries to iterate over its elements. E.g: Twig_NodeTraverser::traverseForVisitor foreach ($node as $k => $n) --- 7001217ed3e0abb2a4347c70077b993761963227