1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 11:01:48 +02:00

[ticket/9109] Improve docblock and fix spelling errors

PHPBB3-9109
This commit is contained in:
Marc Alexander
2015-02-03 23:17:04 +01:00
committed by Joas Schilling
parent 5cc0488f74
commit c76d797cb2
2 changed files with 3 additions and 2 deletions

View File

@@ -2153,6 +2153,7 @@ function set_user_message_limit()
* @param int $user_id
* @param string $setting Only 'max_recipients' and 'message_limit' are supported
* @return int The maximum setting for all groups of the user, unless one group has '0'
* @throws \InvalidArgumentException If selected group setting is not supported
*/
function phpbb_get_max_setting_from_group(\phpbb\db\driver\driver_interface $db, $user_id, $setting)
{