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

1.9.x
Imanol Losada 11 years ago
parent 62b657287f
commit 9bccb8a1a3
  1. 3
      main/inc/lib/social.lib.php

@ -1490,7 +1490,8 @@ class SocialManager extends UserManager
/** /**
* Get schedule html (with data openGrap) * 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) public function readContentWithOpenGraph($text)
{ {

Loading…
Cancel
Save