mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
updated phpdoc
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user