Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[SecurityBundle][Security][Finder] Remove deprecated code paths#22740
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
nicolas-grekas commentedMay 18, 2017
rebase needed to see tests green |
ogizanagi commentedMay 18, 2017
Aaaand, green it is. |
| * @param string|null $context The listener context | ||
| */ | ||
| publicfunctionregisterListener($key,$logoutPath,$csrfTokenId,$csrfParameter,CsrfTokenManagerInterface$csrfTokenManager =null/*,$context = null*/) | ||
| publicfunctionregisterListener($key,$logoutPath,$csrfTokenId,$csrfParameter,CsrfTokenManagerInterface$csrfTokenManager =null,string$context =null) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Related PR to add the typehint in 3.3:#22757
nicolas-grekas commentedMay 20, 2017
could the commit message be made more explicit? any CHANGELOG missing an update? |
ogizanagi commentedMay 20, 2017 • 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.
I changed the commit message and description and added CHANGELOG entries. |
- [Finder] Removed `ExceptionInterface`- [SecurityBundle] remove `UserPasswordEncoderCommand` BC layer- [Security] remove `LogoutUrlGenerator::registerListener` BC layer
…ode paths (ogizanagi)This PR was merged into the 4.0-dev branch.Discussion----------[SecurityBundle][Security][Finder] Remove deprecated code paths| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | no| BC breaks? | yes| Deprecations? | no| Tests pass? | yes| Fixed tickets |1b600b0,366aefd,5b7fe85| License | MIT| Doc PR | N/ARemoving my own deprecated stuff from 4.0 :)Commits-------da202fe [SecurityBundle][Security][Finder] Remove deprecated code paths
Uh oh!
There was an error while loading.Please reload this page.
Removing my own deprecated stuff from 4.0 :)