summaryrefslogtreecommitdiffstats
path: root/Http/Authentication/AuthenticationUtils.php
diff options
context:
space:
mode:
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)
{