Skip to content

Narrow down getPredicate() return type

Choose a tag to compare

@zozlak zozlak released this 22 Apr 13:03
· 2 commits to master since this release
f9d89e4

rdfInterface\DatesetInterface::getPredicate() and rdfInterface\DatesetNodeInterface::getPredicate() return type narrowed down to rdfInterface\NamedNodeInterface|null.

While technically this is a backward-incompatible change and thus marks major version bump, there is no known RDF extension nor implementation which would depend on the getPredicate() method returning anything else than NamedNodeIterface|null.