mrclay / minify

Combines. minifies, and serves CSS or Javascript files
BSD 3-Clause "New" or "Revised" License
3.01k stars 472 forks source link

Php 7.3+ Error #648

Closed chrispcb closed 5 years ago

chrispcb commented 5 years ago

In php version 7.3+ there are errors :

To fix this issue I added this variables in config file but I don't know if is a good fix:

$min_factories = []; $min_envArgs = null;

davidbehler commented 5 years ago

Added the variables to the config file did not fix the issue for me :/

glensc commented 5 years ago

should be fixed with https://github.com/mrclay/minify/pull/646