mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-15 14:16:28 +02:00
[feature/twig] Can't use typehint here, causes tests to fail
PHPBB3-11598
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user