diff options
Diffstat (limited to 'Authentication/Token/TokenInterface.php')
-rw-r--r-- | Authentication/Token/TokenInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Authentication/Token/TokenInterface.php b/Authentication/Token/TokenInterface.php index a56c01d..9dcc820 100644 --- a/Authentication/Token/TokenInterface.php +++ b/Authentication/Token/TokenInterface.php @@ -23,7 +23,7 @@ interface TokenInterface extends \Serializable * * @return string A string representation */ - public function __toString(); + function __toString(); /** * Returns the user roles. |