Closed (duplicate)
Project:
Pathauto
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2025 at 12:06 UTC
Updated:
7 Oct 2025 at 11:44 UTC
Jump to comment: Most recent
Comments
Comment #2
daniel.pernold commentedMore to come:
Comment #3
daniel.pernold commentedComment #4
lostcarpark commentedI get the following when running
drush updbon a site with pathauto enabled:PHP Deprecated: Drupal\pathauto\Commands\PathautoCommands::generateAliases(): Implicitly marking parameter $types as nullable is deprecated, the explicit nullable type must be used instead in /web/modules/contrib/pathauto/src/Commands/PathautoCommands.php on line 89PHP Deprecated: Drupal\pathauto\Commands\PathautoCommands::deleteAliases(): Implicitly marking parameter $types as nullable is deprecated, the explicit nullable type must be used instead in /web/modules/contrib/pathauto/src/Commands/PathautoCommands.php on line 135PHP Deprecated: Drupal\pathauto\AliasStorageHelper::__construct(): Implicitly marking parameter $entity_type_manager as nullable is deprecated, the explicit nullable type must be used instead in /web/modules/contrib/pathauto/src/AliasStorageHelper.php on line 79Comment #5
lostcarpark commentedThis issue seems to be resolved by #3489108: Fix PHP 8.4 implicit nullable deprecation, so can probably be closed as a duplicate.
Comment #6
berdir