aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template/renderer_eval.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/template/renderer_eval.php')
-rw-r--r--phpBB/includes/template/renderer_eval.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template/renderer_eval.php b/phpBB/includes/template/renderer_eval.php
index 62dfbc3708..f8e4cb7b10 100644
--- a/phpBB/includes/template/renderer_eval.php
+++ b/phpBB/includes/template/renderer_eval.php
@@ -33,7 +33,7 @@ class phpbb_template_renderer_eval implements phpbb_template_renderer
* Template includes are delegated to template object $template.
*
* @param string $code php code of the template
- * @param phpbb_style_template $template template object
+ * @param phpbb_template $template template object
*/
public function __construct($code, $template)
{