aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/parser_interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/textformatter/parser_interface.php')
-rw-r--r--phpBB/phpbb/textformatter/parser_interface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/textformatter/parser_interface.php b/phpBB/phpbb/textformatter/parser_interface.php
index 37d538470d..3cb9f8e977 100644
--- a/phpBB/phpbb/textformatter/parser_interface.php
+++ b/phpBB/phpbb/textformatter/parser_interface.php
@@ -104,7 +104,7 @@ interface parser_interface
/**
* Set multiple variables to be used by the parser
*
- * @param array Associative array of [name => value]
+ * @param array $vars Associative array of [name => value]
* @return null
*/
public function set_vars(array $vars);