Browse Source

Add PHPDoc's @return in readContentWithOpenGraph() function- refs #5637

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

+ 2 - 1
main/inc/lib/social.lib.php

@@ -1490,7 +1490,8 @@ class SocialManager extends UserManager
 
     /**
      * Get schedule html (with data openGrap)
-     * @param $text content text
+     * @param   string  $text       Content text
+     * @return  string  $newText    Content text with OpenGraph
      */
     public function readContentWithOpenGraph($text)
     {