summaryrefslogtreecommitdiffstats
path: root/Http/Authentication
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2014-11-28 11:00:56 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2014-11-28 11:00:56 +0100
commit9faf405e51ebfb43f1fb83300528b71ad70af020 (patch)
tree652d2199a2e05bda22561b10d5f47efc08c86060 /Http/Authentication
parentbe57fad8d257fc0a1f68f222658a1719235750f6 (diff)
parentc2c3bd12e70eb8c74471ecba8254057b12affb1e (diff)
downloadsymfony-security-9faf405e51ebfb43f1fb83300528b71ad70af020.zip
symfony-security-9faf405e51ebfb43f1fb83300528b71ad70af020.tar.gz
symfony-security-9faf405e51ebfb43f1fb83300528b71ad70af020.tar.bz2
Merge branch '2.6' into 2.7
* 2.6: (36 commits) [Debug] fix error message on double exception [Validator] make DateTime objects represented as strings in the violation message. [RFC] [DebugBundle] [HttpKernel] Avoid using container as dependency for DumpListener Upgrade information for the Translation component regarding the new LoggingTranslator class. [WebProfilerBundle] Remove usage of app.request in search bar template Fix initialized() with aliased services fix data type in docblock Rename Symfony2 to Symfony bumped Symfony version to 2.6.0 updated VERSION for 2.6.0-BETA2 updated CHANGELOG for 2.6.0-BETA2 [Debug] fix ENT_SUBSTITUTE usage compare version using PHP_VERSION_ID backport #12489 remove an unneeded check Remove block submit_widget reformat code as suggested by @fabpot Fix typo Make `\Request::get` more performant. properly set request attributes in controller test ...
Diffstat (limited to 'Http/Authentication')
-rw-r--r--Http/Authentication/CustomAuthenticationSuccessHandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Authentication/CustomAuthenticationSuccessHandler.php b/Http/Authentication/CustomAuthenticationSuccessHandler.php
index abbb81b..2d1b26e 100644
--- a/Http/Authentication/CustomAuthenticationSuccessHandler.php
+++ b/Http/Authentication/CustomAuthenticationSuccessHandler.php
@@ -24,7 +24,7 @@ class CustomAuthenticationSuccessHandler implements AuthenticationSuccessHandler
/**
* Constructor.
*
- * @param AuthenticationSuccessHandlerInterface $handler An AuthenticationFailureHandlerInterface instance
+ * @param AuthenticationSuccessHandlerInterface $handler An AuthenticationSuccessHandlerInterface instance
* @param array $options Options for processing a successful authentication attempt
* @param string $providerKey The provider key
*/