From 9f814a89463b64c7c05562d72e90ddd8a920950f Mon Sep 17 00:00:00 2001 From: Saiteja Reddy Vennapusa <127398882+Sae126V@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:45:57 +0100 Subject: [PATCH] Apply suggestions from code review Done Co-authored-by: gregcorbett --- lib/Authentication/AuthTokens/ShibAuthToken.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Authentication/AuthTokens/ShibAuthToken.php b/lib/Authentication/AuthTokens/ShibAuthToken.php index 3e399d63e..357470c9a 100644 --- a/lib/Authentication/AuthTokens/ShibAuthToken.php +++ b/lib/Authentication/AuthTokens/ShibAuthToken.php @@ -224,8 +224,7 @@ private function getEntitlementErrorMessage() . "REFEDS Sirtfi." . "
  • Please see here for more information: " . "" - . $documentationURL . "." - . "
  • " + . "{$documentationURL}." . ""; } }