From d5de1a2afddb56d2465e0bf03578bc10855071d3 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 2 Dec 2010 08:30:47 +0100 Subject: [PATCH] updated phpdoc --- lib/Twig/NodeVisitorInterface.php | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/Twig/NodeVisitorInterface.php b/lib/Twig/NodeVisitorInterface.php index d6cacc2..00921b7 100644 --- a/lib/Twig/NodeVisitorInterface.php +++ b/lib/Twig/NodeVisitorInterface.php @@ -38,9 +38,11 @@ interface Twig_NodeVisitorInterface public function leaveNode(Twig_NodeInterface $node, Twig_Environment $env); /** - * Returns the priority. + * Returns the priority for this visitor. * - * @return $priority The priority + * Priority should be between -10 and 10 (0 is the default). + * + * @return integer The priority level */ public function getPriority(); } -- 1.7.2.5