summaryrefslogtreecommitdiffstats
path: root/Core/User/AccountInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/User/AccountInterface.php')
-rw-r--r--Core/User/AccountInterface.php7
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