From ca965857cefa51707ebbbb73da4d9ef5b7d9d03c Mon Sep 17 00:00:00 2001 From: JB Volta Date: Mon, 20 Nov 2023 11:11:07 -0800 Subject: [PATCH] Fix comment var names --- lib/UserManagement.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/UserManagement.php b/lib/UserManagement.php index c0c822f..2d538b4 100644 --- a/lib/UserManagement.php +++ b/lib/UserManagement.php @@ -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 *