aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/parser_interface.php
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-03-06 13:08:18 +0100
committerJoshyPHP <s9e.dev@gmail.com>2015-04-02 19:16:03 +0200
commit40c54898ccd80744ba159784d631328e0338bad2 (patch)
treef379a36dee3dc1ca325fa89e621b4b609365cb74 /phpBB/phpbb/textformatter/parser_interface.php
parent1b4bdff3b3d01cd422f7a49a1de14b3edbd76804 (diff)
downloadforums-40c54898ccd80744ba159784d631328e0338bad2.tar
forums-40c54898ccd80744ba159784d631328e0338bad2.tar.gz
forums-40c54898ccd80744ba159784d631328e0338bad2.tar.bz2
forums-40c54898ccd80744ba159784d631328e0338bad2.tar.xz
forums-40c54898ccd80744ba159784d631328e0338bad2.zip
[ticket/11768] Updated various annotations
PHPBB3-11768
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);