You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#17397 Remove remaining calls to non-existing method (paradajozsef)
This PR was merged into the 3.0 branch.
Discussion
----------
Remove remaining calls to non-existing method
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | -
| License | MIT
| Doc PR | -
This removes the ```$this->buildViolation``` calls (which is a dead method) from validators in 3.0, as symfony#17357 did. I just found 3 more. I hope it's not a problem, that it's not in 2 separate PR (Doctrine Bridge, Form). But I can split them if I have to. :)
Commits
-------
d7e3254 [3.0] Remove calls to not-existent method
0 commit comments