zerocrates / OaiPmhRepository

OAI-PMH repository plugin for Omeka
http://omeka.org/codex/Plugins/OaiPmhRepository
GNU General Public License v3.0
3 stars 15 forks source link

Fix PHP 8.1 non-nullable deprecation warning. #31

Closed kloor closed 9 months ago

kloor commented 11 months ago

This fixes a deprecation warning found when testing with PHP 8.1 or greater, due to null being passed to a non-nullable parameter.

zerocrates commented 9 months ago

Thanks!