mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11983] Add missing argument to docblock in ucp_notifications
The argument $subscriptions was not documented in the docblock of the method output_notification_types() until now. PHPBB3-11983
This commit is contained in:
parent
e118b4f4c0
commit
54b7b2320c
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ class ucp_notifications
|
||||||
/**
|
/**
|
||||||
* Output all the notification types to the template
|
* Output all the notification types to the template
|
||||||
*
|
*
|
||||||
|
* @param array $subscriptions Array containing global subscriptions
|
||||||
* @param \phpbb\notification\manager $phpbb_notifications
|
* @param \phpbb\notification\manager $phpbb_notifications
|
||||||
* @param \phpbb\template\template $template
|
* @param \phpbb\template\template $template
|
||||||
* @param \phpbb\user $user
|
* @param \phpbb\user $user
|
||||||
|
|
Loading…
Add table
Reference in a new issue