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/AuthenticationUtils.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/AuthenticationUtils.php')
-rw-r--r-- | Http/Authentication/AuthenticationUtils.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Http/Authentication/AuthenticationUtils.php b/Http/Authentication/AuthenticationUtils.php index 38763dc..317c8a0 100644 --- a/Http/Authentication/AuthenticationUtils.php +++ b/Http/Authentication/AuthenticationUtils.php @@ -38,7 +38,8 @@ class AuthenticationUtils /** * @param bool $clearSession - * @return null|AuthenticationException + * + * @return AuthenticationException|null */ public function getLastAuthenticationError($clearSession = true) { |