-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Introduce 3.1 and 4.0 upgrade files #17583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Q | A |
---|---|
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | |
License | MIT |
Doc PR |
Form | ||
---- | ||
|
||
* The `choices_as_values` option of the `ChoiceType` has been deprecated and will be removed in Symfony 4.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this line I miss the "... use XXX instead" Or is it a removed feature without alternative?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no alternative. The option only still exists as a remainer of the choices transformation done in Symfony 2.7.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a no-op option in 3.x
Can you add line breaks like done in the other UPGRADE files? |
@fabpot Sorry, not sure I understand what you mean. |
I mean wrapping at around 80 chars. |
Oh sure, it seems I wrapped around 100 characters instead. |
👍 |
Thank you @xabbuh. |
This PR was merged into the 3.1-dev branch. Discussion ---------- Introduce 3.1 and 4.0 upgrade files | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- f68e94a introduce 3.1 and 4.0 upgrade files