xml-iterator
xml-iterator copied to clipboard
Add #[\ReturnTypeWillChange] attribute for php8 compatibility
I was looking for a library to work with xml and found your package. This works really well, but there are return type notices when I run it on php8.
They can be suppressed by adding #[\ReturnTypeWillChange] attributes to problematic methods.