mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 03:16:34 +00:00
merged branch phmLabs/documentation_return (PR #483)
Commits -------389f2c2Changed mode from 0755 to 0644c48bd2fFixed wrong used PHPDoc tags Discussion ---------- Fixed wrong used PHPDoc tags @param was used instead of @return --------------------------------------------------------------------------- by fabpot at 2011/10/25 05:47:59 -0700 Can you revert the mode change (from 0644 to 0755)?
This commit is contained in:
@@ -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