diff options
Diffstat (limited to 'Core/User/AccountInterface.php')
-rw-r--r-- | Core/User/AccountInterface.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Core/User/AccountInterface.php b/Core/User/AccountInterface.php index 1863302..0c6f188 100644 --- a/Core/User/AccountInterface.php +++ b/Core/User/AccountInterface.php @@ -19,13 +19,6 @@ namespace Symfony\Component\Security\Core\User; interface AccountInterface { /** - * Returns a string representation of the User. - * - * @return string A string return of the User - */ - function __toString(); - - /** * Returns the roles granted to the user. * * @return Role[] The user roles |