-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[DependencyInjection] Fix ContainerBuilder
stats env usage with enum
#48502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DependencyInjection] Fix ContainerBuilder
stats env usage with enum
#48502
Conversation
ContainerBuilder
stats env usage with enum
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the test.
For reviewers, this regex was introduced by #47176
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The regex is also in MergeExtensionConfigurationPass
.
Looking why we forgot that in #46564, I think the correct patch is to add |
e70a80a
to
75da869
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I implemented the change I suggested)
Thank you @alamirault. |
Thanks Nicolas 😄 |
Without patch:
With patch: