mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/12060] Fix u_action comments in docblocks
PHPBB3-12060
This commit is contained in:
parent
75831dc2d0
commit
21e269b9ca
1 changed files with 2 additions and 2 deletions
|
@ -355,7 +355,7 @@ class acp_bbcodes
|
|||
* @var string action Type of the action: modify|create
|
||||
* @var string sql_ary The SQL array to get custom bbcode data
|
||||
* @var array template_data Array with form template data
|
||||
* @var object u_action $this->u_action object
|
||||
* @var string u_action The u_action link
|
||||
* @since 3.1.0-A3
|
||||
*/
|
||||
$vars = array('action', 'sql_ary', 'template_data', 'u_action');
|
||||
|
@ -379,7 +379,7 @@ class acp_bbcodes
|
|||
* @event core.acp_bbcodes_display_bbcodes
|
||||
* @var array row Array with current bbcode data
|
||||
* @var array bbcodes_array Array of bbcodes template data
|
||||
* @var object u_action $this->u_action object
|
||||
* @var string u_action The u_action link
|
||||
* @since 3.1.0-A3
|
||||
*/
|
||||
$vars = array('bbcodes_array', 'row', 'u_action');
|
||||
|
|
Loading…
Add table
Reference in a new issue