mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16955] Replace returns with return in docblock
PHPBB3-16955
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user