thom4parisot / wp-less

WordPress plugin which seemlessly compiles, caches and rebuilds your LESS stylesheets.
https://wordpress.org/plugins/wp-less/
88 stars 40 forks source link

gargabecollector class php is throwing errors on lines 86 88 91 #125

Open codeandflow opened 2 years ago

codeandflow commented 2 years ago

In the debug log, we’re frequently having the following info:

PHP Notice: Undefined index: group in /www/htdocs/{…}/wp-content/plugins/wp-less/lib/Garbagecollector.class.php on line 86.

Partially 7 lines are thrown after each other in the same second referring to lines 86/88/91.

Could you support here / provide a fix that this is not logged to the error log?

Thx in advance!