diff options
Diffstat (limited to 'Core/Authentication/Token/TokenInterface.php')
-rw-r--r-- | Core/Authentication/Token/TokenInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Authentication/Token/TokenInterface.php b/Core/Authentication/Token/TokenInterface.php index ceacf92..3dafccc 100644 --- a/Core/Authentication/Token/TokenInterface.php +++ b/Core/Authentication/Token/TokenInterface.php @@ -100,7 +100,7 @@ interface TokenInterface extends \Serializable /** * Returns true if the attribute exists. * - * @param string $name The attribute name + * @param string $name The attribute name * * @return Boolean true if the attribute exists, false otherwise */ |