Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When loading a configuration where the name_converter parameter is missing, a notice is emitted:
name_converter
Undefined index: name_converter
config.yml:
framework: serializer: enabled: true
Edit: the notice is generated here:
symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Line 974 in 839e925
The text was updated successfully, but these errors were encountered:
Thank you for reporting the bug @alekitto. I have opened a pull request to fix the issue in #15467.
Sorry, something went wrong.
bug #15467 [FrameworkBundle] fix serializer config check (xabbuh)
7f745d7
This PR was merged into the 2.8 branch. Discussion ---------- [FrameworkBundle] fix serializer config check | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15449 | License | MIT | Doc PR | Commits ------- 060c167 [FrameworkBundle] fix serializer config check
No branches or pull requests
When loading a configuration where the
name_converter
parameter is missing, a notice is emitted:config.yml:
Edit: the notice is generated here:
symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Line 974 in 839e925
The text was updated successfully, but these errors were encountered: