-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Added the renamed options of the collection type to the upgrade information #16659
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
peterrehm
commented
Nov 25, 2015
Q | A |
---|---|
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | - |
License | MIT |
Doc PR | - |
|
||
* The option "type" of the CollectionType has been renamed to "entry_type". | ||
The usage of the option "type" is deprecated as of Symfony 2.8 and will be | ||
removed in Symfony 3.0. As a value for the option you need to provide now |
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.
"should" provide (instead of "need") as its not mandatory in 2.8 yet. And grammar: "As a value for the option you should to provide the fully-qualified class name (FQCN) now as well."
Thanks, has been updated. |
|
||
* The option "type" of the CollectionType has been renamed to "entry_type". | ||
The usage of the option "type" is deprecated and will be removed in Symfony 3.0. | ||
As a value for the option you need to provide now the fully-qualified class name |
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.
grammar is still wrong
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.
Sorry, did not see that comment, updated now.
There's one little extra period, but 👍 Thanks for testing @peterrehm! |
Fixed... |
Can you also add a paragraph to |
Updated. |
👍 |
1 similar comment
👍 |
Thank you @peterrehm. |
…upgrade information (peterrehm) This PR was merged into the 2.8 branch. Discussion ---------- Added the renamed options of the collection type to the upgrade information | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 7aac273 Added the renamed options of the collection type to the upgrade information