Skip to content
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

do not reference unused interface #6642

Merged
merged 1 commit into from
Jun 10, 2016

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Jun 8, 2016

In #5993 we removed the refreshUser() method which is no longer required
when implementing the new UserLoaderInterface. Thus, we no longer have
to reference the UserInterface too.

In symfony#5993 we removed the refreshUser() method which is no longer required
when implementing the new UserLoaderInterface. Thus, we no longer have
to reference the UserInterface too.
@javiereguiluz
Copy link
Member

👍 nice catch and clearly explained. Thanks!

@weaverryan
Copy link
Member

Status: Reviewed

@weaverryan weaverryan merged commit 75c545c into symfony:2.8 Jun 10, 2016
weaverryan added a commit that referenced this pull request Jun 10, 2016
This PR was merged into the 2.8 branch.

Discussion
----------

do not reference unused interface

In #5993 we removed the refreshUser() method which is no longer required
when implementing the new UserLoaderInterface. Thus, we no longer have
to reference the UserInterface too.

Commits
-------

75c545c do not reference unused interface
@weaverryan
Copy link
Member

Sorry - was checking on Carson :)

Thanks!

@xabbuh xabbuh deleted the remove-unused-use-statement branch June 10, 2016 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants