diff options
author | Matt Friedman <maf675@gmail.com> | 2015-07-16 22:52:25 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2015-07-16 22:52:25 -0700 |
commit | af7872473d41b4fd82a850e87f9e74a72a5b3230 (patch) | |
tree | 055b917c483336eb7517a8099e1218855588edc5 /phpBB/phpbb/help | |
parent | 01097a24b50a6ffa0662740bbf418399ed5623f2 (diff) | |
download | forums-af7872473d41b4fd82a850e87f9e74a72a5b3230.tar forums-af7872473d41b4fd82a850e87f9e74a72a5b3230.tar.gz forums-af7872473d41b4fd82a850e87f9e74a72a5b3230.tar.bz2 forums-af7872473d41b4fd82a850e87f9e74a72a5b3230.tar.xz forums-af7872473d41b4fd82a850e87f9e74a72a5b3230.zip |
[ticket/14033] Fix errors in docblocks
PHPBB3-14033
Diffstat (limited to 'phpBB/phpbb/help')
-rw-r--r-- | phpBB/phpbb/help/manager.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/help/manager.php b/phpBB/phpbb/help/manager.php index d6991c0733..39f52d343b 100644 --- a/phpBB/phpbb/help/manager.php +++ b/phpBB/phpbb/help/manager.php @@ -49,6 +49,7 @@ class manager * * @param string $block_name Name or language key with the name of the block * @param bool $switch_column Switch the column of the menu + * @param array $questions Array of frequently asked questions */ public function add_block($block_name, $switch_column = false, $questions = array()) { |