summaryrefslogtreecommitdiffstats
path: root/Http/Session/SessionAuthenticationStrategyInterface.php
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/Session/SessionAuthenticationStrategyInterface.php
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/Session/SessionAuthenticationStrategyInterface.php')
-rw-r--r--Http/Session/SessionAuthenticationStrategyInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Session/SessionAuthenticationStrategyInterface.php b/Http/Session/SessionAuthenticationStrategyInterface.php
index 9cb95d8..dd0c381 100644
--- a/Http/Session/SessionAuthenticationStrategyInterface.php
+++ b/Http/Session/SessionAuthenticationStrategyInterface.php
@@ -27,7 +27,7 @@ interface SessionAuthenticationStrategyInterface
/**
* This performs any necessary changes to the session.
*
- * This method is called before the SecurityContext is populated with a
+ * This method is called before the TokenStorage is populated with a
* Token, and only by classes inheriting from AbstractAuthenticationListener.
*
* @param Request $request