Fix PHPDoc comments project-wide
This commit is contained in:
parent
6077aa5847
commit
3282ce5389
113 changed files with 1703 additions and 795 deletions
|
@ -26,6 +26,7 @@ class Markdown extends BaseObject
|
|||
* @param string $text
|
||||
* @param bool $hardwrap
|
||||
* @return string
|
||||
* @throws \Exception
|
||||
*/
|
||||
public static function convert($text, $hardwrap = true) {
|
||||
$stamp1 = microtime(true);
|
||||
|
@ -48,6 +49,8 @@ class Markdown extends BaseObject
|
|||
* [2] = name (optional)
|
||||
* [3] = address
|
||||
* @return string Replaced mention
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
* @throws \ImagickException
|
||||
*/
|
||||
private static function diasporaMention2BBCodeCallback($match)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue