- Issue created by @ptmkenny
PHP 8.4 was released a week ago and is flagging a couple deprecations in this module, for example:
Deprecated: Drupal\job_scheduler\JobScheduler::rebuild(): Implicitly marking parameter $info as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/job_scheduler/src/JobScheduler.php on line 283
PHP Deprecated: Drupal\job_scheduler\JobSchedulerInterface::rebuild(): Implicitly marking parameter $info as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/job_scheduler/src/JobSchedulerInterface.php on line 163
Addressing these is now part of the Drupal coding standards.
Active
4.0
Code