diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-07-27 09:09:24 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-07-27 09:09:24 -0500 |
commit | b213be84a7ff0f947de0025dcc4620142edf226b (patch) | |
tree | 77b89b0d71fca3936fd5e3d72c2b385c51642799 /phpBB/phpbb | |
parent | 93db6190f582b2af41d3bf643758e48772ea9ba0 (diff) | |
download | forums-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.php | 2 |
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) { |