diff --git a/phpBB/phpbb/template/twig/loader.php b/phpBB/phpbb/template/twig/loader.php index 66e95b3d2a..d4001082ac 100644 --- a/phpBB/phpbb/template/twig/loader.php +++ b/phpBB/phpbb/template/twig/loader.php @@ -111,11 +111,11 @@ class loader extends \Twig\Loader\FilesystemLoader } /** - * Find the template - * - * Override for Twig_Loader_Filesystem::findTemplate to add support - * for loading from safe directories. - */ + * Find the template + * + * Override for \Twig\Loader\FilesystemLoader::findTemplate + * to add support for loading from safe directories. + */ protected function findTemplate($name, $throw = true) { $name = (string) $name;