Skip to content

Commit

Permalink
improve PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
warcooft committed Sep 13, 2024
1 parent 7207536 commit 0f021ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Libraries/MicrosoftOAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, mixed>`, 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<string, mixed>`, where the keys represent user attributes.
*
* @return array<int|string, mixed> Returns an associative array mapping column names to their corresponding values.
*/
Expand Down

0 comments on commit 0f021ef

Please sign in to comment.