Update Twig to v2.15.4

This commit is contained in:
slawkens
2023-02-02 10:37:45 +01:00
parent e552bcfe82
commit 130f7ba405
309 changed files with 3802 additions and 4005 deletions

View File

@@ -12,6 +12,7 @@
namespace Twig\TokenParser;
use Twig\Error\SyntaxError;
use Twig\Node\Node;
use Twig\Parser;
use Twig\Token;
@@ -30,7 +31,7 @@ interface TokenParserInterface
/**
* Parses a token and returns a node.
*
* @return \Twig_NodeInterface
* @return Node
*
* @throws SyntaxError
*/