mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
[ticket/16754] Fix docblocks
PHPBB3-16754
This commit is contained in:
@@ -181,7 +181,7 @@ class user_loader
|
||||
* @param bool $query Should we query the database if this user has not yet been loaded?
|
||||
* Typically this should be left as false and you should make sure
|
||||
* you load users ahead of time with load_users()
|
||||
* @param bool @lazy If true, will be lazy loaded (requires JS)
|
||||
* @param bool $lazy If true, will be lazy loaded (requires JS)
|
||||
* @return string
|
||||
*/
|
||||
public function get_avatar($user_id, $query = false, $lazy = false)
|
||||
|
Reference in New Issue
Block a user