From b05cddd01e7bb538d69a486be904f16991b470a5 Mon Sep 17 00:00:00 2001 From: Guy Marriott Date: Thu, 11 Jul 2019 17:03:42 +1200 Subject: [PATCH] DOCS Update docblocks --- src/Authenticator/LoginHandler.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Authenticator/LoginHandler.php b/src/Authenticator/LoginHandler.php index 212c7766..8288f401 100644 --- a/src/Authenticator/LoginHandler.php +++ b/src/Authenticator/LoginHandler.php @@ -458,6 +458,7 @@ public function redirectAfterSuccessfulLogin(): HTTPResponse } // Redirecting after successful login expects a getVar to be set, store it before clearing the session data + /** @see HTTPRequest::offsetSet */ $request['BackURL'] = $this->getBackURL(); // Clear the "additional data" @@ -515,9 +516,7 @@ public function getLogger(): ?LoggerInterface } /** - * Adds more options for the back URL - to be returned from a current MFA session store or from memory during this - * request. The latter is required as session store is cleared before the 'BackURL' key is utilised - * {@see redirectAfterSuccessfulLogin} + * Adds more options for the back URL - to be returned from a current MFA session store * * @return string|null */