minor #12566 [Security][Http] fix data type in docblock (xabbuh)

This PR was merged into the 2.6 branch.

Discussion
----------

[Security][Http] fix data type in docblock

| Q             | A
| ------------- | ---
| Fixed tickets | #12564
| License       | MIT

Commits
-------

1c6f5a1 fix data type in docblock
This commit is contained in:
Fabien Potencier 2014-11-28 10:05:18 +01:00
commit 79c7849750

View File

@ -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
*/