umpirsky / Symfony-Upgrade-Fixer

Analyzes your Symfony project and tries to make it compatible with the new version of Symfony framework.
MIT License
275 stars 18 forks source link

[WIP] Yaml fixer reloaded #26

Closed akovalyov closed 8 years ago

akovalyov commented 8 years ago

The initial idea is to save metadata like comments (maybe blank lines in future) before passing the content to parser and then add it back.

Please, note that the POC is dirty and hacky. I preferred to share the initial idea to be able to discuss it and to let the community help me to move in right direction if this PR deserves to live.

What is left to be done: