mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/12557] Fix doc block errors found by Sami
More corrections. PHPBB3-12557
This commit is contained in:
@@ -1301,7 +1301,6 @@ class acp_attachments
|
||||
/**
|
||||
* Check accuracy of attachment statistics.
|
||||
*
|
||||
* @param $resync bool Resync stats if they're incorrect.
|
||||
* @return bool|string Returns false if stats are correct or error message
|
||||
* otherwise.
|
||||
*/
|
||||
|
@@ -82,7 +82,7 @@ class helper
|
||||
/**
|
||||
* Automate setting up the page and creating the response object.
|
||||
*
|
||||
* @param string $handle The template handle to render
|
||||
* @param string $template_file 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
|
||||
|
@@ -87,6 +87,7 @@ class post extends \phpbb\notification\type\base
|
||||
* Find the users who want to receive notifications
|
||||
*
|
||||
* @param array $post Data from
|
||||
* @param array $options Options for finding users for notification
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
|
Reference in New Issue
Block a user