-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Form] Fixed wrong usages of the "text" type #16677
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
webmozart
commented
Nov 26, 2015
Q | A |
---|---|
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | - |
License | MIT |
Doc PR | - |
This can't be done in |
Ah yes, this was originally based on master. Will fix. |
Fixed now. |
@@ -11,12 +11,12 @@ | |||
|
|||
namespace Symfony\Component\Form; | |||
|
|||
use Symfony\Component\Form\Exception\RuntimeException; |
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.
please don't do use-reordering changes in 2.8 as it can cause conflicts when merging later
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.
Ah, this was done automatically by PhpStorm. Will revert this.
I think we should always keep all use statements ordered in all branches. This makes merging much easier in general. StyleCI, for example, does that automatically.
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.
Yeah but then we should start with it in 2.3.
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.
👍
👍 |
Thank you @webmozart. |
This PR was merged into the 2.8 branch. Discussion ---------- [Form] Fixed wrong usages of the "text" type | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 9149622 [Form] Fixed wrong usages of the "text" type