Skip to content

Commit 1a0d5c4

Browse files
authored
Merge pull request #153 from MindscapeHQ/is/update-setuser-comment
Update SetUser method summary
2 parents d29ae56 + 612f330 commit 1a0d5c4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/Raygun4php/RaygunClient.php

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,15 @@ public function setUserIdentifier(RaygunIdentifier $identifier)
176176
/**
177177
* Stores the current user of the calling application. This will be added to any messages sent
178178
* by this provider. It is used in the dashboard to provide unique user tracking.
179-
* If it is an email address, the user's Gravatar can be displayed. This method is optional,
180-
* if it is not used a random identifier will be assigned to the current user.
181179
*
182-
* @param string $user A username, email address or other identifier for the current user
183-
* of the calling application.
180+
* @param string|int $user String or numeric type, identifier for the current user, a username,
181+
* email address or other unique identifier, if not supplied user is set to anonymous
182+
* and a unique identifier is generated
183+
* @param string $firstName
184+
* @param string $fullName
185+
* @param string $email
186+
* @param boolean $isAnonymous Indicates whether the user is anonymous or not
187+
* @param string $uuid Optional device identifier
184188
*/
185189
public function SetUser(
186190
$user = null,

0 commit comments

Comments
 (0)