aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_notifications.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-11-02 10:42:16 +0100
committerMarc Alexander <admin@m-a-styles.de>2013-11-02 10:42:16 +0100
commit54b7b2320c33023a85f4b11ded778491d63b73bd (patch)
treeeb906c31bd767615c46493c58a44dd8260325e23 /phpBB/includes/ucp/ucp_notifications.php
parente118b4f4c0dbca5912f11e0954fa422f36a58353 (diff)
downloadforums-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.php1
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