summaryrefslogtreecommitdiffstats
path: root/Http/Authentication/AuthenticationUtils.php
diff options
context:
space:
mode:
authorGraham Campbell <graham@mineuk.com>2014-12-05 20:11:30 +0000
committerFabien Potencier <fabien.potencier@gmail.com>2014-12-07 19:23:39 +0100
commit42c01236ad91d79608e903005583d4a2d0d3cd7a (patch)
tree8cb18a553a9da7cc284e5c173295d8c1448ae34b /Http/Authentication/AuthenticationUtils.php
parent7b4c83290a3d948e2ac7e5fc41073db13c32795c (diff)
downloadsymfony-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.php3
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)
{