1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-19 23:20:22 +01:00

[ticket/16902] Fix docblock

PHPBB3-16902
This commit is contained in:
rxu 2022-01-18 08:06:24 +07:00
parent 5e43f6195c
commit a8c93ff661
No known key found for this signature in database
GPG Key ID: 14C89C9F50DA21E6

View File

@ -1496,10 +1496,10 @@ class phpbb_functional_test_case extends phpbb_test_case
}
/**
* Check if a user exists by username(s) or user_id(s)
* Check if a user exists by username or user_id
*
* @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 string $username The username to check or empty if user_id is used
* @param int $user_id The user id to check or empty if username is used
*
* @return bool Returns true if a user exists, false otherwise
*/