Fix errors in Model namespace

This commit is contained in:
Art4 2024-12-04 21:41:41 +00:00
parent 2c801abb06
commit 07e9f0f54a
14 changed files with 11 additions and 64 deletions

View file

@ -33,7 +33,7 @@ class Profile
/**
* Returns default profile for a given user id
*
* @param integer User ID
* @param int $uid User ID
*
* @return array|bool Profile data or false on error
* @throws \Exception
@ -61,8 +61,8 @@ class Profile
/**
* Returns profile data for the contact owner
*
* @param int $uid The User ID
* @param array|bool $fields The fields to retrieve or false on error
* @param int $uid The User ID
* @param array $fields The fields to retrieve or false on error
*
* @return array Array of profile data
* @throws \Exception