paquettg/php-html-parser

PHP 8.1 error

bartonlp opened this issue · 3 comments

If you are using php 8.1 you will get a depreciated error in Collections.php function offsetGet() because it does not have a 'mixed' return type. This can be fixed by either adding #[\ReturnTypeWillChange] before the function or adding 'mixed' as the return type.

After waiting for a while, did the update and pushed to packages https://packagist.org/packages/minasm/php-html-parser :)