Version 3.0.2
Change return type on Schemas::getIterator()
to include Traversable
. This avoids compatibility issues with PHP 8.1.
Check DOMAttr::nodeValue
can be null
. Remove Psalm ignore.
Fix build, PHPStan ^1.4.7 does not recognize DOMNodeList
element types. Change type to iterable
.
Update development tools to recent versions.
This release includes Previous unreleased changes.