mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge pull request #1654 from rechosen/ticket/11786
[ticket/11786] Fix various defects in PHPDoc in-code documentation
This commit is contained in:
@@ -556,7 +556,7 @@ class content_visibility
|
||||
*
|
||||
* @param $data array Contains information from the topics table about given topic
|
||||
* @param $sql_data array Populated with the SQL changes, may be empty at call time
|
||||
* @return void
|
||||
* @return null
|
||||
*/
|
||||
public function add_post_to_statistic($data, &$sql_data)
|
||||
{
|
||||
@@ -577,7 +577,7 @@ class content_visibility
|
||||
*
|
||||
* @param $data array Contains information from the topics table about given topic
|
||||
* @param $sql_data array Populated with the SQL changes, may be empty at call time
|
||||
* @return void
|
||||
* @return null
|
||||
*/
|
||||
public function remove_post_from_statistic($data, &$sql_data)
|
||||
{
|
||||
@@ -599,7 +599,7 @@ class content_visibility
|
||||
* @param $forum_id int Forum where the topic is found
|
||||
* @param $topic_row array Contains information from the topic, may be empty at call time
|
||||
* @param $sql_data array Populated with the SQL changes, may be empty at call time
|
||||
* @return void
|
||||
* @return null
|
||||
*/
|
||||
public function remove_topic_from_statistic($topic_id, $forum_id, &$topic_row, &$sql_data)
|
||||
{
|
||||
|
@@ -19,7 +19,7 @@ if (!defined('IN_PHPBB'))
|
||||
|
||||
/**
|
||||
* Post quoting notifications class
|
||||
* This class handles notifications for quoting users in a post
|
||||
* This class handles notifying users when they have been quoted in a post
|
||||
*
|
||||
* @package notifications
|
||||
*/
|
||||
|
@@ -18,7 +18,7 @@ if (!defined('IN_PHPBB'))
|
||||
}
|
||||
|
||||
/**
|
||||
* Private message reproted notifications class
|
||||
* Private message reported notifications class
|
||||
* This class handles notifications for private messages when they are reported
|
||||
*
|
||||
* @package notifications
|
||||
|
Reference in New Issue
Block a user