1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

[ticket/16955] Improve minor docblock quirks

PHPBB3-16955
This commit is contained in:
Marc Alexander
2022-12-26 13:55:36 +01:00
parent ea07e4946f
commit cd026245fe
3 changed files with 4 additions and 4 deletions

View File

@@ -1490,7 +1490,7 @@ function watch_topic_forum($mode, &$s_watching, $user_id, $forum_id, $topic_id,
* Get user rank title and image
*
* @param array $user_data the current stored users data
* @param int $user_posts the users number of posts
* @param int|false $user_posts the users number of posts or false if guest
*
* @return array An associative array containing the rank title (title), the rank image as full img tag (img) and the rank image source (img_src)
*