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
bug symfony#21203 [DependencyInjection] moved up ResolveClassPass in the container pass list (fabpot)
This PR was merged into the 3.3-dev branch.
Discussion
----------
[DependencyInjection] moved up ResolveClassPass in the container pass list
| Q | A
| ------------- | ---
| Branch? | master
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | bug from symfony#21133
| License | MIT
| Doc PR | n/a
Some compiler passes need access to the service class names. But when using an empty class name (the service id being the class name), the resolution happens too late (during the optimization step). This PR fixes this by moving up the ResolveClassPass earlier in the stack.
Commits
-------
2e5b69f [DependencyInjection] moved up ResolveClassPass in the container pass list
0 commit comments