mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12557] Fix post data description for notifications
PHPBB3-12557
This commit is contained in:
parent
9d285bdcf5
commit
9133b913ec
8 changed files with 8 additions and 8 deletions
|
@ -67,7 +67,7 @@ class approve_post extends \phpbb\notification\type\post
|
|||
/**
|
||||
* Find the users who want to receive notifications
|
||||
*
|
||||
* @param array $post Data from
|
||||
* @param array $post Data from submit_post
|
||||
* @param array $options Options for finding users for notification
|
||||
*
|
||||
* @return array
|
||||
|
|
|
@ -67,7 +67,7 @@ class approve_topic extends \phpbb\notification\type\topic
|
|||
/**
|
||||
* Find the users who want to receive notifications
|
||||
*
|
||||
* @param array $post Data from
|
||||
* @param array $post Data from submit_post
|
||||
* @param array $options Options for finding users for notification
|
||||
*
|
||||
* @return array
|
||||
|
|
|
@ -59,7 +59,7 @@ class bookmark extends \phpbb\notification\type\post
|
|||
/**
|
||||
* Find the users who want to receive notifications
|
||||
*
|
||||
* @param array $post Data from
|
||||
* @param array $post Data from submit_post
|
||||
* @param array $options Options for finding users for notification
|
||||
*
|
||||
* @return array
|
||||
|
|
|
@ -72,7 +72,7 @@ class pm extends \phpbb\notification\type\base
|
|||
/**
|
||||
* Find the users who want to receive notifications
|
||||
*
|
||||
* @param array $pm Data from
|
||||
* @param array $pm Data from submit_pm
|
||||
* @param array $options Options for finding users for notification
|
||||
*
|
||||
* @return array
|
||||
|
|
|
@ -86,7 +86,7 @@ class post extends \phpbb\notification\type\base
|
|||
/**
|
||||
* Find the users who want to receive notifications
|
||||
*
|
||||
* @param array $post Data from
|
||||
* @param array $post Data from submit_post
|
||||
* @param array $options Options for finding users for notification
|
||||
*
|
||||
* @return array
|
||||
|
|
|
@ -66,7 +66,7 @@ class quote extends \phpbb\notification\type\post
|
|||
/**
|
||||
* Find the users who want to receive notifications
|
||||
*
|
||||
* @param array $post Data from
|
||||
* @param array $post Data from submit_post
|
||||
* @param array $options Options for finding users for notification
|
||||
*
|
||||
* @return array
|
||||
|
|
|
@ -52,7 +52,7 @@ class report_pm_closed extends \phpbb\notification\type\pm
|
|||
/**
|
||||
* Find the users who want to receive notifications
|
||||
*
|
||||
* @param array $pm Data from
|
||||
* @param array $pm Data from submit_pm
|
||||
* @param array $options Options for finding users for notification
|
||||
*
|
||||
* @return array
|
||||
|
|
|
@ -59,7 +59,7 @@ class report_post_closed extends \phpbb\notification\type\post
|
|||
/**
|
||||
* Find the users who want to receive notifications
|
||||
*
|
||||
* @param array $post Data from
|
||||
* @param array $post Data from submit_post
|
||||
* @param array $options Options for finding users for notification
|
||||
*
|
||||
* @return array
|
||||
|
|
Loading…
Add table
Reference in a new issue