Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Rename TimeZoneTransformer into TimezoneTransformer#21875
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
javiereguiluz commentedMar 5, 2017
@lepiaf thanks for contributing a fix for this super old issue report. To give some context:
Symfony always favors US English, so this change looks correct to me! |
UPGRADE-3.3.md Outdated
| Intl | ||
| ---- | ||
| * Rename`TimeZoneTransformer` class into`TimezoneTransformer` |
nicolas-grekasMar 6, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
since the class is internal (since 2.8), I'd suggest removing these, and apply this PR on 3.2
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.
LGTM
UPGRADE-3.2.md Outdated
| Intl | ||
| ---- | ||
| * Rename`TimeZoneTransformer` class into`TimezoneTransformer` |
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.
internal class, not needed
| 3.2.5 | ||
| ----- | ||
| * Rename`TimeZoneTransformer` class into`TimezoneTransformer` |
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.
internal class, not needed
nicolas-grekas left a comment
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.
👍
xabbuh left a comment
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.
👍
Tobion commentedMar 14, 2017
👍 |
fabpot commentedMar 14, 2017
Good catch, thanks@lepiaf. |
Uh oh!
There was an error while loading.Please reload this page.