1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16955] Clean up storage and template classes

PHPBB3-16955
This commit is contained in:
Marc Alexander
2022-12-26 14:55:23 +01:00
parent 077ceba2a9
commit 60c165c3d0
13 changed files with 20 additions and 43 deletions

View File

@@ -23,7 +23,7 @@ class defineparser extends \Twig\TokenParser\AbstractTokenParser
*
* @return \Twig\Node\Node A Twig\Node instance
* @throws \Twig\Error\SyntaxError
* @throws \phpbb\template\twig\node\definenode
* @returns \phpbb\template\twig\node\definenode
*/
public function parse(\Twig\Token $token)
{