1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 10:44:20 +02:00

[ticket/11768] Updated various annotations

PHPBB3-11768
This commit is contained in:
JoshyPHP
2015-03-06 13:08:18 +01:00
parent 1b4bdff3b3
commit 40c54898cc
5 changed files with 24 additions and 28 deletions

View File

@@ -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);