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. */