Skip to content

Standardize the name of the container configurator variable #17664

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

Conversation

alamirault
Copy link
Contributor

#17381

Use always ContainerConfigurator $containerConfigurator instead of $container or $configurator

@carsonbot carsonbot added this to the 5.4 milestone Jan 5, 2023
Comment on lines -236 to -237
return static function (ContainerConfigurator $container) {
$services = $configurator->services();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found some places where variables does not match, $container injected but $configurator used.

Copy link
Member

@wouterj wouterj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like it. Thanks for updating 212 variable names!

@xabbuh
Copy link
Member

xabbuh commented Jan 6, 2023

Thank you Antoine.

@xabbuh xabbuh merged commit 422bf52 into symfony:5.4 Jan 6, 2023
@alamirault alamirault deleted the feature/17381-standardize-container-configurator-variable branch January 6, 2023 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants