-
Notifications
You must be signed in to change notification settings - Fork 36
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
fix deprecation warnings (>=Symfony 4.3) #32
Labels
Comments
PWalkow
changed the title
fix deprecation warnings (>=Symfony 4.4)
fix deprecation warnings (>=Symfony 4.3)
Jan 30, 2020
Hey, thanks for the report Feel free to open a Pull Request for this 👌 |
@Nightbr , sure thing! |
laurent-bientz
added a commit
to WandiParis/mailchimp-bundle
that referenced
this issue
Aug 6, 2021
Fixed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "welp_mailchimp" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
very similiar to #25
example of fix in doctrine-bundle
The text was updated successfully, but these errors were encountered: