You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a binding is only used through controller.service_arguments it never has the chance to reach the ServiceLocatorTagPass, so a ServiceLocatorArgument’s values are not fetched from its iterator 🤔
…agPass` (MatTheCat)
This PR was merged into the 4.4 branch.
Discussion
----------
[DependencyInjection] Process bindings in `ServiceLocatorTagPass`
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#48192
| License | MIT
| Doc PR | N/A
Commits
-------
81d0858 [DependencyInjection] Process bindings in ServiceLocatorTagPass
Symfony version(s) affected
many
Description
With this configuration:
and this controller:
I expect to have all workflows, but it's not the case.
Fun fact
The text was updated successfully, but these errors were encountered: