diff options
author | Christian Flothmann <christian.flothmann@xabbuh.de> | 2014-11-24 19:24:01 +0100 |
---|---|---|
committer | Christian Flothmann <christian.flothmann@xabbuh.de> | 2014-11-24 19:24:01 +0100 |
commit | c166708544d3bc21031c46fbe6a7aea3ac4bc6f5 (patch) | |
tree | 847fd7dd833a6b54bc75f6f05adabe90d57ee8cd /Http/Authentication | |
parent | b3fc90d88bd2fe87ac8049c8e363c73781248866 (diff) | |
download | symfony-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.php | 2 |
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 */ |