1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-10 08:04:14 +02:00

Merge pull request #699 from tamakianimalife/php8.2

Add property declaration
This commit is contained in:
Elan Ruusamäe
2022-12-14 20:52:27 +02:00
committed by GitHub

View File

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