You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While doing some profiling on my application, I found out a lot of time was spent parsing a YAML file of ~1300 lines that defines Symfony Validator constraints for objects in our legacy folder. I thought it would be better to migrate them to attributes, and searched for a Rector that would do the job. Apparently there's none yet, but Doctrine's YamlToAttributeDoctrineMappingRector seems to do something quite similar.
I was wondering if anyone here would have the knowledge to implement this feature, or help me try to implement it ?
Or should it be a separate script like https://github.com/symplify/config-transformer ?
gnutix
The text was updated successfully, but these errors were encountered:
Feature Request
Hello there!
While doing some profiling on my application, I found out a lot of time was spent parsing a YAML file of ~1300 lines that defines Symfony Validator constraints for objects in our legacy folder. I thought it would be better to migrate them to attributes, and searched for a Rector that would do the job. Apparently there's none yet, but Doctrine's YamlToAttributeDoctrineMappingRector seems to do something quite similar.
I was wondering if anyone here would have the knowledge to implement this feature, or help me try to implement it ?
Or should it be a separate script like https://github.com/symplify/config-transformer ?
gnutix
The text was updated successfully, but these errors were encountered: