Tonnes de deprecated en PHP 8.4
La branche 1.x de la lib ne semble plus évoluer…
Voir #17 aussi…
Y a moyen de passer à la version 2 de la lib à un moment (PHP 8.1+) ?
```
Deprecated: ScssPhp\ScssPhp\Compiler::multiplyMedia(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/plugins/dist/plugins/scssphp/lib/scssphp/src/Compiler.php on line 5004
Deprecated: ScssPhp\ScssPhp\Compiler::pushEnv(): Implicitly marking parameter $block as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/plugins/dist/plugins/scssphp/lib/scssphp/src/Compiler.php on line 5096
Deprecated: ScssPhp\ScssPhp\Compiler::set(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/plugins/dist/plugins/scssphp/lib/scssphp/src/Compiler.php on line 5160
Deprecated: ScssPhp\ScssPhp\Compiler::get(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/plugins/dist/plugins/scssphp/lib/scssphp/src/Compiler.php on line 5266
Deprecated: ScssPhp\ScssPhp\Compiler::has(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/plugins/dist/plugins/scssphp/lib/scssphp/src/Compiler.php on line 5331
Deprecated: ScssPhp\ScssPhp\Parser::__construct(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/plugins/dist/plugins/scssphp/lib/scssphp/src/Parser.php on line 143
Deprecated: ScssPhp\ScssPhp\Parser::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/plugins/dist/plugins/scssphp/lib/scssphp/src/Parser.php on line 143
Deprecated: ScssPhp\ScssPhp\Formatter::format(): Implicitly marking parameter $sourceMapGenerator as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/plugins/dist/plugins/scssphp/lib/scssphp/src/Formatter.php on line 275
Deprecated: ScssPhp\ScssPhp\Warn::setCallback(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/plugins/dist/plugins/scssphp/lib/scssphp/src/Warn.php on line 62
Deprecated: ScssPhp\ScssPhp\Node\Number::output(): Implicitly marking parameter $compiler as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/plugins/dist/plugins/scssphp/lib/scssphp/src/Node/Number.php on line 571
```
issue