summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/AuthenticationManagerInterface.php
diff options
context:
space:
mode:
authorJohannes M. Schmitt <schmittjoh@gmail.com>2011-03-10 21:27:42 +0100
committerJohannes Schmitt <schmittjoh@gmail.com>2011-03-11 01:19:55 +0100
commit841a404044e42bb70eecb207ee27b3768201d9b6 (patch)
tree5ed73a39cd2fd722fcc4a003ac3578b3c5997cf0 /Core/Authentication/AuthenticationManagerInterface.php
parente38cdf3bd10bdd9ab9a514c417fabc4c6656e173 (diff)
downloadsymfony-security-841a404044e42bb70eecb207ee27b3768201d9b6.zip
symfony-security-841a404044e42bb70eecb207ee27b3768201d9b6.tar.gz
symfony-security-841a404044e42bb70eecb207ee27b3768201d9b6.tar.bz2
[Security] refactored remember-me code
Diffstat (limited to 'Core/Authentication/AuthenticationManagerInterface.php')
-rw-r--r--Core/Authentication/AuthenticationManagerInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Authentication/AuthenticationManagerInterface.php b/Core/Authentication/AuthenticationManagerInterface.php
index 5f407f2..36cdc92 100644
--- a/Core/Authentication/AuthenticationManagerInterface.php
+++ b/Core/Authentication/AuthenticationManagerInterface.php
@@ -27,7 +27,7 @@ interface AuthenticationManagerInterface
*
* @param TokenInterface $token The TokenInterface instance to authenticate
*
- * @return TokenInterface An authenticated TokenInterface instance
+ * @return TokenInterface An authenticated TokenInterface instance, never null
*
* @throws AuthenticationException if the authentication fails
*/