mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/16382] Update Twig_Compiler
PHPBB3-16382
This commit is contained in:
@@ -15,7 +15,7 @@ namespace phpbb\template\twig\node\expression\binary;
|
||||
|
||||
class equalequal extends \Twig_Node_Expression_Binary
|
||||
{
|
||||
public function operator(\Twig_Compiler $compiler)
|
||||
public function operator(\Twig\Compiler $compiler)
|
||||
{
|
||||
return $compiler->raw('===');
|
||||
}
|
||||
|
Reference in New Issue
Block a user