mirror of
https://github.com/friendica/friendica
synced 2025-05-05 01:04:13 +02:00
Fix docblocks types
This commit is contained in:
parent
10b72b0e9e
commit
916236ce2f
12 changed files with 33 additions and 29 deletions
|
@ -928,10 +928,12 @@ class Diaspora
|
|||
/**
|
||||
* @brief Get a contact id for a given handle
|
||||
*
|
||||
* @todo Move to Friendica\Model\Contact
|
||||
*
|
||||
* @param int $uid The user id
|
||||
* @param string $handle The handle in the format user@domain.tld
|
||||
*
|
||||
* @return The contact id
|
||||
* @return int Contact id
|
||||
*/
|
||||
private static function contactByHandle($uid, $handle)
|
||||
{
|
||||
|
@ -1113,7 +1115,7 @@ class Diaspora
|
|||
* @param string $body The item body to replace links from
|
||||
* @param string $author_link The author link for missing local contact fallback
|
||||
*
|
||||
* @return the replaced string
|
||||
* @return string the replaced string
|
||||
*/
|
||||
public static function replacePeopleGuid($body, $author_link)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue