diff options
author | Iltar van der Berg <ivanderberg@hostnet.nl> | 2015-06-15 08:46:44 +0200 |
---|---|---|
committer | Iltar van der Berg <ivanderberg@hostnet.nl> | 2015-06-15 08:46:44 +0200 |
commit | 7659f7dc7bf230b1adafe0612a8702da2811bbf6 (patch) | |
tree | 37cc30ccc3776710f8062577fac165907f52a76f /Http/Session/SessionAuthenticationStrategyInterface.php | |
parent | f661d9367f281bce3704211a06028b82c1ed3314 (diff) | |
download | symfony-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.php | 2 |
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 |