From: Michael Date: Sun, 5 Jan 2020 12:07:02 +0000 (+0000) Subject: Clarified description X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dcf5471e19051e9a6c04f5702028796714d3b7df;p=friendica.git Clarified description --- diff --git a/src/Model/UserItem.php b/src/Model/UserItem.php index fc778f72e5..2d00bf73e2 100644 --- a/src/Model/UserItem.php +++ b/src/Model/UserItem.php @@ -118,7 +118,7 @@ class UserItem * Fetch all profiles (contact URL) of a given user * @param int $uid User ID * - * @return array Profiles + * @return array Profile links */ private static function getProfileForUser(int $uid) { @@ -198,7 +198,7 @@ class UserItem /** * Check for an implicit mention (only tag, no body) of the given user * @param array $item - * @param array $profiles + * @param array $profiles Profile links * @return bool The user is mentioned */ private static function checkImplicitMention(array $item, array $profiles) @@ -217,7 +217,7 @@ class UserItem /** * Check for an explicit mention (tag and body) of the given user * @param array $item - * @param array $profiles + * @param array $profiles Profile links * @return bool The user is mentioned */ private static function checkExplicitMention(array $item, array $profiles)