aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/I18N.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/classes/I18N.php')
-rw-r--r--lib/classes/I18N.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/classes/I18N.php b/lib/classes/I18N.php
index d34ed0b..44252f3 100644
--- a/lib/classes/I18N.php
+++ b/lib/classes/I18N.php
@@ -61,10 +61,10 @@ class I18N
/**
* Protected constructor in order to always force a specific input type.
*
- * @param string|Flexi_Template $template Template to use
+ * @param string|Flexi\Template $template Template to use
* @param string $name Name of the element
* @param string|I18NString $value Value of the element
- * @param array $attributes Additional variables for the
+ * @param array $attributes Additional variables for the
* element
*/
final protected function __construct($template, $name, $value, array $attributes)