Skip to content

Commit

Permalink
Fix comment var names
Browse files Browse the repository at this point in the history
  • Loading branch information
jbvolta committed Nov 20, 2023
1 parent a77f6f7 commit ca96585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/UserManagement.php
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@ public function revokeInvitation($invitationId)
* @param null|string $redirectUri URI to direct the user to upon successful completion of SSO
* @param null|array $state Associative array containing state that will be returned from WorkOS as a json encoded string
* @param null|string $provider Service provider that handles the identity of the user
* @param null|string $connection_id Unique identifier for a WorkOS Connection
* @param null|string $organization_id Unique identifier for a WorkOS Organization
* @param null|string $connectionId Unique identifier for a WorkOS Connection
* @param null|string $organizationId Unique identifier for a WorkOS Organization
* @param null|string $domainHint DDomain hint that will be passed as a parameter to the IdP login page
* @param null|string $loginHint Username/email hint that will be passed as a parameter to the to IdP login page
*
Expand Down

0 comments on commit ca96585

Please sign in to comment.