diff options
author | Marc Alexander <admin@m-a-styles.de> | 2013-11-02 10:42:16 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2013-11-02 10:42:16 +0100 |
commit | 54b7b2320c33023a85f4b11ded778491d63b73bd (patch) | |
tree | eb906c31bd767615c46493c58a44dd8260325e23 /phpBB/includes/ucp/ucp_notifications.php | |
parent | e118b4f4c0dbca5912f11e0954fa422f36a58353 (diff) | |
download | forums-54b7b2320c33023a85f4b11ded778491d63b73bd.tar forums-54b7b2320c33023a85f4b11ded778491d63b73bd.tar.gz forums-54b7b2320c33023a85f4b11ded778491d63b73bd.tar.bz2 forums-54b7b2320c33023a85f4b11ded778491d63b73bd.tar.xz forums-54b7b2320c33023a85f4b11ded778491d63b73bd.zip |
[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
Diffstat (limited to 'phpBB/includes/ucp/ucp_notifications.php')
-rw-r--r-- | phpBB/includes/ucp/ucp_notifications.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/ucp/ucp_notifications.php b/phpBB/includes/ucp/ucp_notifications.php index dd62b69342..5a896c31b0 100644 --- a/phpBB/includes/ucp/ucp_notifications.php +++ b/phpBB/includes/ucp/ucp_notifications.php @@ -162,6 +162,7 @@ class ucp_notifications /** * Output all the notification types to the template * + * @param array $subscriptions Array containing global subscriptions * @param \phpbb\notification\manager $phpbb_notifications * @param \phpbb\template\template $template * @param \phpbb\user $user |