Masterminds / html5-php

An HTML5 parser and serializer for PHP.
http://masterminds.github.io/html5-php/
Other
1.55k stars 114 forks source link

Fix PHP 8.1 deprecations #207

Closed derrabus closed 3 years ago

derrabus commented 3 years ago

Several DOM methods trigger a deprecation warning on PHP 8.1 if we pass null for a parameter that is expected to be a string. This PR should fix those issues by adding explicit string casts.

goetas commented 3 years ago

thanks!

derrabus commented 3 years ago

Thanks for Merging! 🙂