From 39d94faabcea7d60b90c2996d51e1b6691ab39d2 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 28 Feb 2013 15:08:49 +0100 Subject: [PATCH] fixed phpdoc --- lib/Twig/NodeVisitorInterface.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Twig/NodeVisitorInterface.php b/lib/Twig/NodeVisitorInterface.php index ddbecf7..f33c13f 100644 --- a/lib/Twig/NodeVisitorInterface.php +++ b/lib/Twig/NodeVisitorInterface.php @@ -32,7 +32,7 @@ interface Twig_NodeVisitorInterface * @param Twig_NodeInterface $node The node to visit * @param Twig_Environment $env The Twig environment instance * - * @return Twig_NodeInterface The modified node + * @return Twig_NodeInterface|false The modified node or false if the node must be removed */ public function leaveNode(Twig_NodeInterface $node, Twig_Environment $env); -- 1.7.2.5