Skip to content

Properly remove deprecated API

Stefan Brüns requested to merge work/bruns/cleanup_deprecations into master

The return type tag is pointless after removing the deprecated overload.

Also remove the @since specification, the method is available for ages, only the defaulted overload was added in 5.89.

Merge request reports