From bd6fb64c162035e066b39eabe0903a1200bffa19 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 1 Jan 2020 18:57:55 +0000 Subject: [PATCH] Fixed documentation --- src/Model/Contact.php | 2 +- src/Model/GContact.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Model/Contact.php b/src/Model/Contact.php index a9b1820aa..e63aa7aec 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -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 */ diff --git a/src/Model/GContact.php b/src/Model/GContact.php index e546b8c1c..22447aab4 100644 --- a/src/Model/GContact.php +++ b/src/Model/GContact.php @@ -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 */