mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14325] Fix variable names in docblocks
PHPBB3-14325
This commit is contained in:
parent
065b0a632f
commit
fad26c97bc
2 changed files with 3 additions and 3 deletions
|
@ -1725,8 +1725,8 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll_ary, &$data
|
||||||
* Modify sql query data for post submitting
|
* Modify sql query data for post submitting
|
||||||
*
|
*
|
||||||
* @event core.submit_post_modify_sql_data
|
* @event core.submit_post_modify_sql_data
|
||||||
* @var array data_ary Array with the data for the post
|
* @var array data Array with the data for the post
|
||||||
* @var array poll_ary Array with the poll data for the post
|
* @var array poll Array with the poll data for the post
|
||||||
* @var string post_mode Variable containing posting mode value
|
* @var string post_mode Variable containing posting mode value
|
||||||
* @var bool sql_data Array with the data for the posting SQL query
|
* @var bool sql_data Array with the data for the posting SQL query
|
||||||
* @var string subject Variable containing post subject value
|
* @var string subject Variable containing post subject value
|
||||||
|
|
|
@ -1949,7 +1949,7 @@ function submit_pm($mode, $subject, &$data_ary, $put_in_outbox = true)
|
||||||
* @event core.submit_pm_after
|
* @event core.submit_pm_after
|
||||||
* @var string mode PM Post mode - post|reply|quote|quotepost|forward|edit
|
* @var string mode PM Post mode - post|reply|quote|quotepost|forward|edit
|
||||||
* @var string subject Subject of the private message
|
* @var string subject Subject of the private message
|
||||||
* @var array data_ary The whole row data of the PM.
|
* @var array data The whole row data of the PM.
|
||||||
* @var array pm_data The data sent to notification class
|
* @var array pm_data The data sent to notification class
|
||||||
* @since 3.1.0-b5
|
* @since 3.1.0-b5
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue