dkrnl / SimpleXMLReader

Wrapped XMLReader class, for simple SAX-reading of huge xml.
112 stars 43 forks source link

Update SimpleXMLReader.php #16

Closed si8ers closed 1 year ago

si8ers commented 1 year ago

Fix: "PHP Deprecated: Return type of SimpleXMLReader::read() should either be compatible with XMLReader::read(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in ..."

dkrnl commented 1 year ago

Hi! Minimal php version 5.3 -- type declarations not allowed.