summaryrefslogtreecommitdiffstats
path: root/Http/RememberMe
diff options
context:
space:
mode:
authorIltar van der Berg <ivanderberg@hostnet.nl>2015-06-15 08:46:44 +0200
committerIltar van der Berg <ivanderberg@hostnet.nl>2015-06-15 08:46:44 +0200
commit7659f7dc7bf230b1adafe0612a8702da2811bbf6 (patch)
tree37cc30ccc3776710f8062577fac165907f52a76f /Http/RememberMe
parentf661d9367f281bce3704211a06028b82c1ed3314 (diff)
downloadsymfony-security-7659f7dc7bf230b1adafe0612a8702da2811bbf6.zip
symfony-security-7659f7dc7bf230b1adafe0612a8702da2811bbf6.tar.gz
symfony-security-7659f7dc7bf230b1adafe0612a8702da2811bbf6.tar.bz2
Added a small Upgrade note regarding security.context
Diffstat (limited to 'Http/RememberMe')
-rw-r--r--Http/RememberMe/RememberMeServicesInterface.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Http/RememberMe/RememberMeServicesInterface.php b/Http/RememberMe/RememberMeServicesInterface.php
index 7adb827..5750a8c 100644
--- a/Http/RememberMe/RememberMeServicesInterface.php
+++ b/Http/RememberMe/RememberMeServicesInterface.php
@@ -36,8 +36,8 @@ interface RememberMeServicesInterface
const COOKIE_ATTR_NAME = '_security_remember_me_cookie';
/**
- * This method will be called whenever the SecurityContext does not contain
- * an TokenInterface object and the framework wishes to provide an implementation
+ * This method will be called whenever the TokenStorage does not contain
+ * a TokenInterface object and the framework wishes to provide an implementation
* with an opportunity to authenticate the request using remember-me capabilities.
*
* No attempt whatsoever is made to determine whether the browser has requested