updated phpdoc
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 2 Dec 2010 07:30:47 +0000 (08:30 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 2 Dec 2010 07:30:47 +0000 (08:30 +0100)
lib/Twig/NodeVisitorInterface.php

index d6cacc2..00921b7 100644 (file)
@@ -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();
 }