-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
ChoiceType callable deprecation after/before seems wrong #31143
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
0716a1d
to
30814a5
Compare
The previous example does not look entirely wrong to me. Previously, you had to wrap the |
My old phrasing seems wrong then, something is quite strange
Le jeu. 18 avr. 2019 à 08:32, Christian Flothmann <notifications@github.com>
a écrit :
… The previous example does not look entirely wrong to me. Previously, you
had to wrap the range in a PropertyPath instance as it would have been
interpreted as the range()function in Symfony 3.4 and older. That's no
longer required in Symfony +4.0 as the string would always be interpreted
as a property path.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#31143 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA2KV4TYY3IYJ2JYOL3IHA3PRAIYLANCNFSM4HGUTLCQ>
.
|
Maybe we should just remove the |
@xabbuh yes, doing it. |
This is ready. |
Thanks @yceruto for the review; |
That is on me 3 years ago !
@fabpot this is ready |
Thank you @Simperfit. |
… (Simperfit) This PR was merged into the 3.4 branch. Discussion ---------- ChoiceType callable deprecation after/before seems wrong | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | none <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | none <!-- required for new features --> <!-- Write a short README entry for your feature/bugfix here (replace this comment block.) This will help people understand your PR and can be used as a start of the Doc PR. Additionally: - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. --> Was looking at the upgrade file because I'm upgrade an app right now, and just see that mistake I made 3 years ago !! Commits ------- 11ee84c minor: ChoiceType callable deprecation after/before seems wrong
Was looking at the upgrade file because I'm upgrade an app right now, and just see that mistake I made 3 years ago !!