-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Validator] Added context object method callback to choice validator #19745
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
Bouwdie
commented
Aug 26, 2016
Q | A |
---|---|
Branch? | "master" |
Bug fix? | no |
New feature? | yes |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | - |
License | MIT |
Doc PR | - |
dc39bc9
to
c62d94c
Compare
Could the build please be restarted? I squashed a commit on the fork branch. |
@Bouwdie the build is triggered automatically on push. I restarted it nevertheless. The failure is legitimate (it's introduced by this PR). |
@jakzal thx for restarting them anyway! I should have taken the behaviour of is_callable into account. |
…validator to prevent invoking non-static methods
@jakzal Everything is working correctly and the build succeeds. Is there anything more i can do to speed the review process? |
👍 |
1 similar comment
👍 |
Thank you @Bouwdie. |
Documenting this feature here: symfony/symfony-docs#6973 |
@ro0NL Thank you for noticing this pull request 👍 |
This PR was squashed before being merged into the master branch (closes #6973). Discussion ---------- Callback doesn't have to be static Adding documentation for symfony/symfony#19745 Commits ------- 79bc283 Callback doesn't have to be static