1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[ticket/16382] Update Twig_Environment

PHPBB3-16382
This commit is contained in:
mrgoldy
2020-02-27 16:55:54 +01:00
parent 8a040f3fbc
commit 75c25556aa
7 changed files with 13 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ namespace phpbb\template\twig;
use phpbb\template\assets_bag;
class environment extends \Twig_Environment
class environment extends \Twig\Environment
{
/** @var \phpbb\config\config */
protected $phpbb_config;
@@ -169,7 +169,7 @@ class environment extends \Twig_Environment
* Set the namespace look up order to load templates from
*
* @param array $namespace
* @return \Twig_Environment
* @return \Twig\Environment
*/
public function setNamespaceLookUpOrder($namespace)
{