sabre-io / xml

sabre/xml is an XML library that you may not hate.
http://sabre.io/xml/
BSD 3-Clause "New" or "Revised" License
515 stars 77 forks source link

More precise parseClarkNotation return type (v3) #277

Closed phil-davis closed 4 months ago

phil-davis commented 4 months ago

Backport PR #272 to v3 branch

And adjust namespace check because it cannot be null - this happened in master as part of PR #251 "Increase phpstan from level 6 to level 8". We don't want to backport all those changes to v3, but we do need this little change so that phpstan will pass.