matthiasmullie / minify

CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
https://matthiasmullie.github.io/minify/
MIT License
1.96k stars 310 forks source link

PHP 8.2 deprecation fix for "parent::__construct" call #404

Closed Visualq closed 1 year ago

Visualq commented 1 year ago

Treating array('parent', '__construct') as callable is no longer allowed in PHP 8.2.

matthiasmullie commented 1 year ago

Thanks for this!