Hallo zusammen,
ich habe lokal auf meiner DDEV Umgebung TYPO3 13.4.9 mit dem Bootstrap Package 16.0.0 unter PHP 8.4 eingerichtet und kriege hin und wieder im Frondend folgende Fehlermeldung:
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/vendor/scssphp/scssphp/src/Compiler.php on line 5055
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/vendor/scssphp/scssphp/src/Compiler.php on line 5147
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/vendor/scssphp/scssphp/src/Compiler.php on line 5211
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/vendor/scssphp/scssphp/src/Compiler.php on line 5317
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/vendor/scssphp/scssphp/src/Compiler.php on line 5382
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/vendor/scssphp/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/vendor/scssphp/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/vendor/scssphp/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/vendor/scssphp/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/vendor/scssphp/scssphp/src/Node/Number.php on line 581
Hat da jemand von euch Erfahrungen mit?
Vielen Dank im Voraus! :)