1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-05 00:13:29 +02:00

[ticket/16382] Update Twig_Lexer

PHPBB3-16382
This commit is contained in:
mrgoldy 2020-02-27 16:34:58 +01:00
parent a4b104c1da
commit 62a390582c

View File

@ -13,7 +13,7 @@
namespace phpbb\template\twig;
class lexer extends \Twig_Lexer
class lexer extends \Twig\Lexer
{
public function tokenize(\Twig\Source $source)
{