- Issue created by @johan_vm
We get this deprecation warning while upgrading to Drupal 10.3 and PHP 8.3:
Creation of dynamic property Drupal\fixed_path_alias\FixedPathAliasManager::$_serviceId is deprecated
To fix the issue where _serviceId is no longer allowed, you can remove the properties section and directly set the decoration_inner_name to the service ID you want to use.
I've added a patch that should solve the issue
Needs review
1.0
Code