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

preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in #425

Open ferhatyasar opened 1 month ago

ferhatyasar commented 1 month ago

Hi, I've got error on php 8.3 as Deprecated : preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in vendor\matthiasmullie\minify\src\JS.php on line 407

davislasis commented 1 month ago

I have exactly the same log warning. When this is planned to be fixed?