1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 12:52:08 +02:00

[ticket/15883] Doc block change

PHPBB3-15883
This commit is contained in:
battye 2019-01-05 08:19:21 +00:00
parent 3f19d32f76
commit 08968bdb60

View File

@ -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)
{