mirror of
https://github.com/mrclay/minify.git
synced 2025-07-31 19:30:29 +02:00
Merge pull request #699 from tamakianimalife/php8.2
Add property declaration
This commit is contained in:
@@ -22,6 +22,11 @@ class Minify_HTML
|
||||
* @var boolean
|
||||
*/
|
||||
protected $_jsCleanComments = true;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $_html;
|
||||
|
||||
/**
|
||||
* "Minify" an HTML page
|
||||
|
Reference in New Issue
Block a user