aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-07-05 12:55:32 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-07-05 12:55:32 -0500
commit99ddbe1adc8dad125fa996f1f568bdcfa2b80d95 (patch)
tree210f69fafc63b30f781d9ea4dc96bceec7b1f844
parent9ac61565fdb0fd3464b9c974b506f084f24e0bbd (diff)
downloadforums-99ddbe1adc8dad125fa996f1f568bdcfa2b80d95.tar
forums-99ddbe1adc8dad125fa996f1f568bdcfa2b80d95.tar.gz
forums-99ddbe1adc8dad125fa996f1f568bdcfa2b80d95.tar.bz2
forums-99ddbe1adc8dad125fa996f1f568bdcfa2b80d95.tar.xz
forums-99ddbe1adc8dad125fa996f1f568bdcfa2b80d95.zip
[feature/twig] Can't use typehint here, causes tests to fail
PHPBB3-11598
-rw-r--r--phpBB/includes/template/twig/extension.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template/twig/extension.php b/phpBB/includes/template/twig/extension.php
index 6b066f1bd3..c4d36050f9 100644
--- a/phpBB/includes/template/twig/extension.php
+++ b/phpBB/includes/template/twig/extension.php
@@ -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;