When we use this lib for PHP version 7.2 it give this syntax fatal error
/vendor/wikimedia/less.php/lib/Less/Tree/Declaration.php on line 140
$return = new Less_Tree_Declaration(
$name,
$evaldValue,
$important,
$this->merge,
$this->index,
$this->currentFileInfo,
$this->inline,
$variable,
);
we need to remove last comma as that give fatal error in php 7.2