diff --git a/src/Libraries/MicrosoftOAuth.php b/src/Libraries/MicrosoftOAuth.php index b3a8394..4c51d11 100644 --- a/src/Libraries/MicrosoftOAuth.php +++ b/src/Libraries/MicrosoftOAuth.php @@ -112,8 +112,8 @@ protected function fetchUserInfoWithToken(): object * Sets the column names and values based on the process name. * * @param string $nameOfProcess The name of the process, such as 'syncingUserInfo' or 'newUser'. - * @param object $userInfo An object containing user information, such as 'givenName', 'surname', and 'mail'. - * This object should be of type `object`, where the keys represent user attributes. + * @param object $userInfo An object containing user information, such as 'givenName', 'surname', and 'mail'. + * This object should be of type `object`, where the keys represent user attributes. * * @return array Returns an associative array mapping column names to their corresponding values. */