- Issue created by @acbramley
Currently the module has 3 deprecations on PHP 8.4, they are simple fixes.
Deprecated: Drupal\xmlsitemap\XmlSitemapStorage::__construct(): Implicitly marking parameter $memory_cache as nullable is deprecated, the explicit nullable type must be used instead in /data/app/modules/contrib/xmlsitemap/src/XmlSitemapStorage.php on line 43
Deprecated: Drupal\xmlsitemap\XmlSitemapStorage::doLoadMultiple(): Implicitly marking parameter $ids as nullable is deprecated, the explicit nullable type must be used instead in /data/app/modules/contrib/xmlsitemap/src/XmlSitemapStorage.php on line 78
Deprecated: Drupal\xmlsitemap\Entity\XmlSitemap::loadByContext(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /data/app/modules/contrib/xmlsitemap/src/Entity/XmlSitemap.php on line 200
Deprecated: Drupal\xmlsitemap\XmlSitemapInterface::loadByContext(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /data/app/modules/contrib/xmlsitemap/src/XmlSitemapInterface.php on line 147
Run the module on PHP 8.4
Active
2.0
Code