1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/16382] Update Twig_Compiler

PHPBB3-16382
This commit is contained in:
mrgoldy
2020-02-27 16:31:09 +01:00
parent 2451c0a815
commit b823a94124
8 changed files with 14 additions and 14 deletions

View File

@@ -24,9 +24,9 @@ class definenode extends \Twig_Node
/**
* Compiles the node to PHP.
*
* @param \Twig_Compiler A Twig_Compiler instance
* @param \Twig\Compiler A Twig_Compiler instance
*/
public function compile(\Twig_Compiler $compiler)
public function compile(\Twig\Compiler $compiler)
{
$compiler->addDebugInfo($this);