Skip to content

Don't use numeric keys as it breaks using Symfony YAML #6689

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

Merged
merged 1 commit into from
Feb 25, 2021
Merged

Conversation

sgiehl
Copy link
Member

@sgiehl sgiehl commented Feb 25, 2021

@sanchezzzhak Using numeric keys isn't supported by Symfony YAML. We should try to avoid them if possible.
The YAML linter doesn't support something like that, as it's something Symfony special I guess.
Maybe we could add a new test that uses Symfony YAML instead or extend the YAML parser maybe to avoid such problems in the future

@sgiehl sgiehl merged commit d869834 into master Feb 25, 2021
@sgiehl sgiehl deleted the fixkey branch February 25, 2021 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant