[feature/twig] Can't use typehint here, causes tests to fail

PHPBB3-11598
This commit is contained in:
Nathan Guse 2013-07-05 12:55:32 -05:00
parent 9ac61565fd
commit 99ddbe1adc

View file

@ -30,7 +30,7 @@ class phpbb_template_twig_extension extends Twig_Extension
* @param phpbb_user $user
* @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->user = $user;