mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16955] Replace returns with return in docblock
PHPBB3-16955
This commit is contained in:
parent
3b8f6ae4e9
commit
60aee47f50
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class defineparser extends \Twig\TokenParser\AbstractTokenParser
|
|||
*
|
||||
* @return \Twig\Node\Node A Twig\Node instance
|
||||
* @throws \Twig\Error\SyntaxError
|
||||
* @returns \phpbb\template\twig\node\definenode
|
||||
* @return \phpbb\template\twig\node\definenode
|
||||
*/
|
||||
public function parse(\Twig\Token $token)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue