From 8c69866874be4fefaea2b719953d421f1215d7bf Mon Sep 17 00:00:00 2001 From: tamakianimalife Date: Wed, 14 Dec 2022 17:30:53 +0900 Subject: [PATCH] Add property declaration --- lib/Minify/HTML.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/Minify/HTML.php b/lib/Minify/HTML.php index ef98b38..0771c3b 100644 --- a/lib/Minify/HTML.php +++ b/lib/Minify/HTML.php @@ -22,6 +22,11 @@ class Minify_HTML * @var boolean */ protected $_jsCleanComments = true; + + /** + * @var string + */ + protected $_html; /** * "Minify" an HTML page