PHP 8.1 error
bartonlp opened this issue · 3 comments
bartonlp commented
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.
AkioSarkiz commented
minasm commented
After waiting for a while, did the update and pushed to packages https://packagist.org/packages/minasm/php-html-parser :)