Fixed documentation

This commit is contained in:
Michael 2020-01-01 18:57:55 +00:00
parent 73b82d1455
commit bd6fb64c16
2 changed files with 3 additions and 3 deletions

View File

@ -269,9 +269,9 @@ class Contact
* @brief Get the basepath for a given contact link
*
* @param string $url The contact link
* @param boolean $dont_update Don't update the contact
*
* @return string basepath
* @return boolean $dont_update Don't update the contact
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
* @throws \ImagickException
*/

View File

@ -1128,13 +1128,13 @@ class GContact
self::update($gcontact);
}
/**
/**
* @brief Get the basepath for a given contact link
*
* @param string $url The gcontact link
* @param boolean $dont_update Don't update the contact
*
* @return string basepath
* @return boolean $dont_update Don't update the contact
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
* @throws \ImagickException
*/