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
minor #6228 removed unnecessary exception from repository (gondo)
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes#6228).
Discussion
----------
removed unnecessary exception from repository
removed `UsernameNotFoundException` form repository as this logic does not belong to repository and also it is duplicated. exception is already thrown on proper place if no user is found:
https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php#L60
Commits
-------
0e288a2 removed unnecesary exception form repository
0 commit comments