Skip to content

Commit

Permalink
fix: remove mistaken 'extends UserInterface'
Browse files Browse the repository at this point in the history
  • Loading branch information
boite committed Feb 24, 2020
1 parent 143a34b commit 398b760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/LegacyAdvancedUserInterface.php
Expand Up @@ -14,7 +14,7 @@
* For info about UserCheckers see:
* https://symfony.com/doc/current/security/user_checkers.html
*/
interface LegacyAdvancedUserInterface extends UserInterface
interface LegacyAdvancedUserInterface
{
/**
* Check whether the user's account has expired.
Expand Down

0 comments on commit 398b760

Please sign in to comment.