Active
Project:
Rector
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2022 at 12:39 UTC
Updated:
24 Aug 2022 at 20:06 UTC
Jump to comment: Most recent
palantirnet/drupal-rector: 0.13.0
#3286594-3: Automated Drupal 10 compatibility fixes
The patch did not fix dispatch arguments, and a contributor noted that it needed to be.
https://drupal.slack.com/archives/C014CT1CN1M/p1659096840107009
Comments
Comment #2
mglamanJust checked the rule is MakeDispatchFirstArgumentEventRector and is part of SYMFONY_43 config set, which we require.
Comment #3
mglamanBased on off of the diff in #3300681: Update module for D10 readiness the event name is a variable, and that could be why. Rector know the first argument was a string variable.
See
Comment #4
mglaman