From 9f691e39c42c1fe13907cfbaa7159806682dce6f Mon Sep 17 00:00:00 2001 From: Ross Singer Date: Thu, 9 Dec 2021 06:03:14 -0500 Subject: [PATCH] Can't be a string --- src/lti/LTI_OIDC_Login.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lti/LTI_OIDC_Login.php b/src/lti/LTI_OIDC_Login.php index b235526..75a20f2 100644 --- a/src/lti/LTI_OIDC_Login.php +++ b/src/lti/LTI_OIDC_Login.php @@ -43,8 +43,8 @@ public static function newInstance(Database $database, Cache $cache = null, Cook /** * Calculate the redirect location to return to based on an OIDC third party initiated login request. * - * @param string $launch_url URL to redirect back to after the OIDC login. This URL must match exactly a URL white listed in the platform. - * @param array|string $request An array of request parameters. If not set will default to $_REQUEST. + * @param string $launch_url URL to redirect back to after the OIDC login. This URL must match exactly a URL white listed in the platform. + * @param array|null $request An array of request parameters. If not set will default to $_REQUEST. * * @return Redirect Returns a redirect object containing the fully formed OIDC login URL. */