updated phpdoc

This commit is contained in:
Fabien Potencier
2010-12-02 08:30:47 +01:00
parent 167e2d8a0d
commit d5de1a2afd
+4 -2
View 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();
}