Skip to content
/ yaml Public

Conversation

@devman1917
Copy link

now after generate array generated like this

servers:
  -
    url: 'http://support_front'
  -
    url: 'http://support_front'

but most be like this

servers:
  - url: 'http://support_front'
  - url: 'http://support_front'

that's work but not canonical and i fixed

@github-actions
Copy link

github-actions bot commented Jan 6, 2026

Thanks for your Pull Request! We love contributions.

However, you should instead open your PR on the main repository:
https://github.com/symfony/symfony

This repository is what we call a "subtree split": a read-only subset of that main repository.
We're looking forward to your PR there!

@github-actions github-actions bot closed this Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant