1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12557] Fix doc block errors found by Sami pt1

PHPBB3-12557
This commit is contained in:
n-aleha
2014-05-19 03:07:32 +03:00
parent 8ac8c9ec61
commit ffcf45abf3
8 changed files with 22 additions and 19 deletions

View File

@@ -85,6 +85,8 @@ class helper
* @param string $handle The template handle to render
* @param string $page_title The title of the page to output
* @param int $status_code The status code to be sent to the page header
* @param bool $display_online_list Do we display online users list
*
* @return Response object containing rendered page
*/
public function render($template_file, $page_title = '', $status_code = 200, $display_online_list = false)