mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 05:34:01 +02:00
[ticket/16955] Clean up storage and template classes
PHPBB3-16955
This commit is contained in:
@@ -21,7 +21,7 @@ class event extends \Twig\Node\Node
|
||||
*/
|
||||
protected $listener_directory = 'event/';
|
||||
|
||||
/** @var \Twig\Environment */
|
||||
/** @var \phpbb\template\twig\environment */
|
||||
protected $environment;
|
||||
|
||||
public function __construct(\Twig\Node\Expression\AbstractExpression $expr, \phpbb\template\twig\environment $environment, $lineno, $tag = null)
|
||||
|
Reference in New Issue
Block a user