Not a bug Typo in comment on XenForo_Model_User::getFullUserById

Jake B.

Well-known member
Just another small typo.

/**
* Returns a full user record based on an input user ID. Equivalent to
* calling getUserById including the FETCH_USER_FULL constanct
*
* @param integer $userId
* @param array $fetchOptions User fetch options
*
* @return array|false
*/

Another thing that really doesn't matter, but is also a half second fix.
 
There are likely to be many code comment typos, but we don't really make an explicit effort to search them out and fix them (unless noticed).
 
Top Bottom