Fix PHPDoc comments project-wide
This commit is contained in:
@@ -23,6 +23,7 @@ class APContact extends BaseObject
|
||||
*
|
||||
* @param string $addr profile address (user@domain.tld)
|
||||
* @return string url
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
private static function addrToUrl($addr)
|
||||
{
|
||||
@@ -63,6 +64,8 @@ class APContact extends BaseObject
|
||||
* @param string $url profile url
|
||||
* @param boolean $update true = always update, false = never update, null = update when not found or outdated
|
||||
* @return array profile array
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
* @throws \ImagickException
|
||||
*/
|
||||
public static function getByURL($url, $update = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user