- Issue created by @themarkahrens
- πΊπΈUnited States themarkahrens
It looks like b286c9c7 does resolve this, so waiting on a stable release of 1.6. Will leave this active in case this wants to get documented anywhere for others.
After updating to PHP 8.4, there are a number of deprecation warnings for marking parameters as nullable.
PHP Deprecated: Drupal\symfony_mailer\Processor\OverrideManager::getInfo(): Implicitly marking parameter $filterId as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/symfony_mailer/src/Processor/OverrideManager.php on line 153
Deprecated: Drupal\symfony_mailer\Processor\OverrideManager::getInfo(): Implicitly marking parameter $filterId as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/symfony_mailer/src/Processor/OverrideManager.php on line 153
PHP Deprecated: Drupal\symfony_mailer\Processor\OverrideManagerInterface::getInfo(): Implicitly marking parameter $filterId as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/symfony_mailer/src/Processor/OverrideManagerInterface.php on line 62
Deprecated: Drupal\symfony_mailer\Processor\OverrideManagerInterface::getInfo(): Implicitly marking parameter $filterId as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/symfony_mailer/src/Processor/OverrideManagerInterface.php on line 62
PHP Deprecated: Drupal\migrate_tools\Routing\RouteProcessor::processOutbound(): Implicitly marking parameter $bubbleable_metadata as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/migrate_tools/src/Routing/RouteProcessor.php on line 26
Deprecated: Drupal\migrate_tools\Routing\RouteProcessor::processOutbound(): Implicitly marking parameter $bubbleable_metadata as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/docroot/modules/contrib/migrate_tools/src/Routing/RouteProcessor.php on line 26
Update to PHP 8.4, then load a screen or use a Drush command
Update the code as recommended from https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullabl...
Active
1.5
Code
It looks like b286c9c7 does resolve this, so waiting on a stable release of 1.6. Will leave this active in case this wants to get documented anywhere for others.