Skip to content

Commit

Permalink
Can't be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
rsinger committed Dec 9, 2021
1 parent f15206a commit 9f691e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lti/LTI_OIDC_Login.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 9f691e3

Please sign in to comment.