-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Hackday] [2.7] Add a deprecation note about ROUND_* constants #12607
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
Comments
If you need it, this Gist explains how to generate the deprecation note: |
toin0u
added a commit
to toin0u/symfony
that referenced
this issue
Nov 29, 2014
@aferrandini thanks for you help :) |
toin0u
added a commit
to toin0u/symfony
that referenced
this issue
Nov 29, 2014
toin0u
added a commit
to toin0u/symfony
that referenced
this issue
Dec 1, 2014
nicolas-grekas
added a commit
to nicolas-grekas/symfony
that referenced
this issue
Dec 15, 2014
Merged
fabpot
added a commit
that referenced
this issue
Dec 20, 2014
…cmorales) This PR was merged into the 2.7 branch. Discussion ---------- Deprecations | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #12625, #12605, #12628, #12622, #12642, #12609, #12651, #12604, #12607, #12667, #12648 | License | MIT | Doc PR | - Cherry-picking some pending PRs to make them move forward Commits ------- badf8fc [Form] Log deprecation of constants, fixes #12607 #12667 1d58df4 Fix deprecation notice on VirtualFormAwareIterator e2a19ee Add a deprecation note about VirtualFormAwareIterator ab4d9b8 Add a deprecation note about CsrfProviderInterface cb70632 [HttpKernel] fix deprecation notice for Kernel::init() b5a315d [HttpKernel] Added deprecated error to init() 70012c1 [Hackday] [2.7] Add a deprecation note about TypeTestCase
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NOTE: This issue is part of the "SymfonyCon 2014 Madrid Hackday" effort to add logs for every 2.7 deprecated feature. This is needed before removing those features in 3.0 version. Please, add you name in a comment of this issue if you are going to work on this.
The constants
ROUND_HALFEVEN
,ROUND_HALFUP
andROUND_HALFDOWN
in classNumberToLocalizedStringTransformer
were renamed toROUND_HALF_EVEN
,ROUND_HALF_UP
andROUND_HALF_DOWN
.The text was updated successfully, but these errors were encountered: