Skip to content
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

allow dashes to be used in array keys in bundle configuration #5

Merged
merged 1 commit into from Apr 4, 2016
Merged

allow dashes to be used in array keys in bundle configuration #5

merged 1 commit into from Apr 4, 2016

Conversation

christickner
Copy link
Contributor

By default, Symfony bundle configuration will convert an array key dashes to underscores, unless you specify not to.

This means I cannot use your config to setup an "alternate-exchange" parameter, because symfony's config component will convert it to "alternate_exchange" before you code gets it.

This PR should fix that, allowing you to use dashes in your configuration array keys.

@jakubkulhan
Copy link
Contributor

LGTM //cc @klatys

@klatys klatys merged commit eb0c488 into skrz:master Apr 4, 2016
@klatys klatys added the bug label Apr 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants