Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 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
Bouwdie commentedAug 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 toc62d94cCompareBouwdie commentedAug 26, 2016
Could the build please be restarted? I squashed a commit on the fork branch. |
jakzal commentedAug 26, 2016 • 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.
@Bouwdie the build is triggered automatically on push. I restarted it nevertheless. Thefailure is legitimate (it's introduced by this PR). |
Bouwdie commentedAug 26, 2016 • 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.
@jakzal thx for restarting them anyway! I should have taken the behaviour of is_callable into account. |
…validator to prevent invoking non-static methods
Bouwdie commentedAug 30, 2016
@jakzal Everything is working correctly and the build succeeds. Is there anything more i can do to speed the review process? |
fghirlanda commentedSep 16, 2016
👍 |
1 similar comment
proggeler commentedSep 16, 2016
👍 |
fabpot commentedSep 17, 2016
Thank you@Bouwdie. |
patrick-mcdougle commentedSep 17, 2016
Documenting this feature here:symfony/symfony-docs#6973 |
Bouwdie commentedSep 18, 2016
@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 staticAdding documentation forsymfony/symfony#19745Commits-------79bc283 Callback doesn't have to be static