mirror of
https://github.com/friendica/friendica
synced 2025-04-28 21:44:22 +02:00
Fix errors in Model namespace
This commit is contained in:
parent
2c801abb06
commit
07e9f0f54a
14 changed files with 11 additions and 64 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue