Upgrade to 3.3.0
This commit is contained in:
@@ -56,8 +56,8 @@ class Markdown
|
||||
/**
|
||||
* Parses the given text and returns the HTML
|
||||
*
|
||||
* @param string $text
|
||||
* @param bool $inline
|
||||
* @param string $text
|
||||
* @param bool $inline
|
||||
* @return string
|
||||
*/
|
||||
public function parse(string $text, bool $inline = false): string
|
||||
|
@@ -115,7 +115,7 @@ class SmartyPants
|
||||
/**
|
||||
* Parses the given text
|
||||
*
|
||||
* @param string $text
|
||||
* @param string $text
|
||||
* @return string
|
||||
*/
|
||||
public function parse(string $text): string
|
||||
|
Reference in New Issue
Block a user