mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[feature/twig] Can't use typehint here, causes tests to fail
PHPBB3-11598
This commit is contained in:
parent
9ac61565fd
commit
99ddbe1adc
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class phpbb_template_twig_extension extends Twig_Extension
|
||||||
* @param phpbb_user $user
|
* @param phpbb_user $user
|
||||||
* @return phpbb_template_twig_extension
|
* @return phpbb_template_twig_extension
|
||||||
*/
|
*/
|
||||||
public function __construct(phpbb_template_context $context, phpbb_user $user)
|
public function __construct(phpbb_template_context $context, $user)
|
||||||
{
|
{
|
||||||
$this->context = $context;
|
$this->context = $context;
|
||||||
$this->user = $user;
|
$this->user = $user;
|
||||||
|
|
Loading…
Add table
Reference in a new issue