Browse Source

Add missing variable name and variable description - refs #5637

Imanol Losada 10 years ago
parent
commit
1d68a04a6c
1 changed files with 6 additions and 6 deletions
  1. 6 6
      main/inc/lib/social.lib.php

+ 6 - 6
main/inc/lib/social.lib.php

@@ -1283,12 +1283,12 @@ class SocialManager extends UserManager
 
     /**
      * Gets all messages from someone's wall (within specific limits), formatted
-     * @param int $userId USER ID of the person's wall
-     * @param int $friendId id person
-     * @param int $idMessage id message
-     * @param string  Start date (from when we want the messages until today)
-     * @param int $limit Limit to the number of messages we want
-     * @param int $offset
+     * @param int       $userId     USER ID of the person's wall
+     * @param int       $friendId   id person
+     * @param int       $idMessage  id message
+     * @param string    $start      Start date (from when we want the messages until today)
+     * @param int       $limit      Limit to the number of messages we want
+     * @param int       $offset     Wall messages offset
      * @return string  HTML formatted string to show messages
      */
     public static function getWallMessagesHTML($userId, $friendId, $idMessage, $start = null, $limit = 10, $offset = 0)