summaryrefslogtreecommitdiffstats
path: root/Http/Authentication
diff options
context:
space:
mode:
authorChristian Flothmann <christian.flothmann@xabbuh.de>2014-11-24 19:24:01 +0100
committerChristian Flothmann <christian.flothmann@xabbuh.de>2014-11-24 19:24:01 +0100
commitc166708544d3bc21031c46fbe6a7aea3ac4bc6f5 (patch)
tree847fd7dd833a6b54bc75f6f05adabe90d57ee8cd /Http/Authentication
parentb3fc90d88bd2fe87ac8049c8e363c73781248866 (diff)
downloadsymfony-security-c166708544d3bc21031c46fbe6a7aea3ac4bc6f5.zip
symfony-security-c166708544d3bc21031c46fbe6a7aea3ac4bc6f5.tar.gz
symfony-security-c166708544d3bc21031c46fbe6a7aea3ac4bc6f5.tar.bz2
fix data type in docblock
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
*/