mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 02:16:41 +00:00
Fixed wrong used PHPDoc tags
This commit is contained in:
Regular → Executable
+2
-2
@@ -23,7 +23,7 @@ interface Twig_NodeVisitorInterface
|
||||
* @param Twig_NodeInterface $node The node to visit
|
||||
* @param Twig_Environment $env The Twig environment instance
|
||||
*
|
||||
* @param Twig_NodeInterface The modified node
|
||||
* @return Twig_NodeInterface The modified node
|
||||
*/
|
||||
function enterNode(Twig_NodeInterface $node, Twig_Environment $env);
|
||||
|
||||
@@ -33,7 +33,7 @@ interface Twig_NodeVisitorInterface
|
||||
* @param Twig_NodeInterface $node The node to visit
|
||||
* @param Twig_Environment $env The Twig environment instance
|
||||
*
|
||||
* @param Twig_NodeInterface The modified node
|
||||
* @return Twig_NodeInterface The modified node
|
||||
*/
|
||||
function leaveNode(Twig_NodeInterface $node, Twig_Environment $env);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user