Bug Report
symfony validation annotation like
* @Assert\Choice(choices={"04", "05", "06", "07", "08", "09"}, message="The value you selected is not a valid choice. Please one of {{ choices }}")
been removed
Minimal PHP Code Causing Issue
https://getrector.org/demo/d73c4a1d-1054-4b4c-95d9-ed5aabc21d11#result
Expected Behaviour
I expect, message; not to be removed
Bug Report
symfony validation annotation like
* @Assert\Choice(choices={"04", "05", "06", "07", "08", "09"}, message="The value you selected is not a valid choice. Please one of {{ choices }}")been removed
Minimal PHP Code Causing Issue
https://getrector.org/demo/d73c4a1d-1054-4b4c-95d9-ed5aabc21d11#result
Expected Behaviour
I expect, message; not to be removed