diff options
author | Graham Campbell <graham@mineuk.com> | 2014-12-05 20:11:30 +0000 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2014-12-07 19:23:39 +0100 |
commit | 42c01236ad91d79608e903005583d4a2d0d3cd7a (patch) | |
tree | 8cb18a553a9da7cc284e5c173295d8c1448ae34b /Http/Authentication/CustomAuthenticationFailureHandler.php | |
parent | 7b4c83290a3d948e2ac7e5fc41073db13c32795c (diff) | |
download | symfony-security-42c01236ad91d79608e903005583d4a2d0d3cd7a.zip symfony-security-42c01236ad91d79608e903005583d4a2d0d3cd7a.tar.gz symfony-security-42c01236ad91d79608e903005583d4a2d0d3cd7a.tar.bz2 |
[2.6] CS Fixes And Removed An Unused Import
Diffstat (limited to 'Http/Authentication/CustomAuthenticationFailureHandler.php')
-rw-r--r-- | Http/Authentication/CustomAuthenticationFailureHandler.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Http/Authentication/CustomAuthenticationFailureHandler.php b/Http/Authentication/CustomAuthenticationFailureHandler.php index 35bfc05..36d4a78 100644 --- a/Http/Authentication/CustomAuthenticationFailureHandler.php +++ b/Http/Authentication/CustomAuthenticationFailureHandler.php @@ -24,8 +24,8 @@ class CustomAuthenticationFailureHandler implements AuthenticationFailureHandler /** * Constructor. * - * @param AuthenticationFailureHandlerInterface $handler An AuthenticationFailureHandlerInterface instance - * @param array $options Options for processing a successful authentication attempt + * @param AuthenticationFailureHandlerInterface $handler An AuthenticationFailureHandlerInterface instance + * @param array $options Options for processing a successful authentication attempt */ public function __construct(AuthenticationFailureHandlerInterface $handler, array $options) { |