]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Text/BBCode.php
Update more PHPDoc, including in include/
[friendica.git] / src / Content / Text / BBCode.php
index b77923013bec929532ce4d7b6f9ebc187f36b4d5..357dc89d9a6cd5af40a55dffed9aee1c961a69a6 100644 (file)
@@ -1150,7 +1150,7 @@ class BBCode extends BaseObject
         * @return string
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
-       public static function convert($text, $try_oembed = true, $simple_html = false, $for_plaintext = false)
+       public static function convert($text, $try_oembed = true, $simple_html = 0, $for_plaintext = false)
        {
                $a = self::getApp();