1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-06 06:07:24 +02:00

Add property declaration

This commit is contained in:
tamakianimalife
2022-12-14 17:30:53 +09:00
parent ae5b9f0bfb
commit 8c69866874

View File

@@ -23,6 +23,11 @@ class Minify_HTML
*/
protected $_jsCleanComments = true;
/**
* @var string
*/
protected $_html;
/**
* "Minify" an HTML page
*