diff --git a/lib/html2text/Html2Text.php b/lib/html2text/Html2Text.php index f279879d6f8..9fd91235927 100644 --- a/lib/html2text/Html2Text.php +++ b/lib/html2text/Html2Text.php @@ -28,14 +28,14 @@ class Html2Text /** * Contains the HTML content to convert. * - * @type string + * @var string $html */ protected $html; /** * Contains the converted, formatted text. * - * @type string + * @var string $text */ protected $text; @@ -43,7 +43,7 @@ class Html2Text * List of preg* regular expression patterns to search for, * used in conjunction with $replace. * - * @type array + * @var array $search * @see $replace */ protected $search = array( @@ -54,6 +54,7 @@ class Html2Text '/]*>.*?<\/style>/i', //