1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14033] Fix errors in docblocks

PHPBB3-14033
This commit is contained in:
Matt Friedman
2015-07-16 22:52:25 -07:00
parent 01097a24b5
commit af7872473d
4 changed files with 5 additions and 4 deletions

View File

@@ -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())
{