]> git.mxchange.org Git - friendica.git/commitdiff
Clarified description
authorMichael <heluecht@pirati.ca>
Sun, 5 Jan 2020 12:07:02 +0000 (12:07 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 5 Jan 2020 12:07:02 +0000 (12:07 +0000)
src/Model/UserItem.php

index fc778f72e59dac00213bbdf2c2c1858b553bc935..2d00bf73e2a8b7811c26c117a4dc48b33893368d 100644 (file)
@@ -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)