PHP deprecated warnings
-
Hi, I’m getting PHP deprecated warnings with PHP 8.4:
Sabberworm\CSS\Parser::__construct(): Implicitly marking parameter as nullable is deprecated
It comes from:
vendor/sabberworm/php-css-parserLooks like the library needs explicit nullable types for PHP 8.1+ compatibility.
Thanks!
You must be logged in to reply to this topic.