Fixed documentation

2022.09-rc
Michael 2020-01-01 18:57:55 +00:00
rodzic 73b82d1455
commit bd6fb64c16
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

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

Wyświetl plik

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