| Subject |
Details |
| Rector version |
0.6.11 |
| PHP version |
7.4 |
| Full Command |
bin/rector process src --set php74 |
Current Behaviour
The PHP74 set is removing values from Assert\Choice() constraint annotations
/**
- * @var string
*
- * @Assert\Choice({"sales_and_management", "management_only"})
+ * @Assert\Choice
*/
Expected Behaviour
Current Behaviour
The PHP74 set is removing values from Assert\Choice() constraint annotations
Expected Behaviour