aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
authorbattye <battye@phpbb.com>2019-01-05 08:19:21 +0000
committerbattye <battye@phpbb.com>2019-01-05 08:19:21 +0000
commit08968bdb60c9ff286cb71901718500c7720f1da4 (patch)
tree0e06500c715c918ac15284ef4796018e8500806e /phpBB/includes/functions_user.php
parent3f19d32f768974454046f744f126515fb3747b99 (diff)
downloadforums-08968bdb60c9ff286cb71901718500c7720f1da4.tar
forums-08968bdb60c9ff286cb71901718500c7720f1da4.tar.gz
forums-08968bdb60c9ff286cb71901718500c7720f1da4.tar.bz2
forums-08968bdb60c9ff286cb71901718500c7720f1da4.tar.xz
forums-08968bdb60c9ff286cb71901718500c7720f1da4.zip
[ticket/15883] Doc block change
PHPBB3-15883
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r--phpBB/includes/functions_user.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index 2be9d089a5..71c4f41817 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -26,8 +26,8 @@ if (!defined('IN_PHPBB'))
* @param array &$user_id_ary The user ids to check or empty if usernames used
* @param array &$username_ary The usernames to check or empty if user ids used
* @param mixed $user_type Array of user types to check, false if not restricting by user type
-* @param bool $update_references If false, the supplied array is unset and appears unchanged from where it was called
-* @return null
+* @param boolean $update_references If false, the supplied array is unset and appears unchanged from where it was called
+* @return boolean|string Returns false on success, error string on failure
*/
function user_get_id_name(&$user_id_ary, &$username_ary, $user_type = false, $update_references = false)
{