aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-07-27 09:09:24 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2013-07-27 09:09:24 -0500
commitb213be84a7ff0f947de0025dcc4620142edf226b (patch)
tree77b89b0d71fca3936fd5e3d72c2b385c51642799 /phpBB/phpbb
parent93db6190f582b2af41d3bf643758e48772ea9ba0 (diff)
downloadforums-b213be84a7ff0f947de0025dcc4620142edf226b.tar
forums-b213be84a7ff0f947de0025dcc4620142edf226b.tar.gz
forums-b213be84a7ff0f947de0025dcc4620142edf226b.tar.bz2
forums-b213be84a7ff0f947de0025dcc4620142edf226b.tar.xz
forums-b213be84a7ff0f947de0025dcc4620142edf226b.zip
[ticket/11744] Comments
PHPBB3-11744
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/notification/manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/notification/manager.php b/phpBB/phpbb/notification/manager.php
index 4e6028ec3f..acfc984ddc 100644
--- a/phpBB/phpbb/notification/manager.php
+++ b/phpBB/phpbb/notification/manager.php
@@ -490,7 +490,7 @@ class phpbb_notification_manager
*
* @param string|array $notification_type_name Type identifier or array of item types (only acceptable if the $item_id is identical for the specified types)
* @param int|array $item_id Identifier within the type (or array of ids)
- * @param bool|int|array $parent_id Parent identifier within the type (or array of ids), used in combination with item_id if specified
+ * @param mixed $parent_id Parent identifier within the type (or array of ids), used in combination with item_id if specified (Default: false; not checked)
*/
public function delete_notifications($notification_type_name, $item_id, $parent_id = false)
{