From 54b7b2320c33023a85f4b11ded778491d63b73bd Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 2 Nov 2013 10:42:16 +0100 Subject: [PATCH] [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 --- phpBB/includes/ucp/ucp_notifications.php | 1 + 1 file changed, 1 insertion(+) 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