Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
izzi-salmon committed Aug 17, 2022
1 parent eeab2b0 commit 612f330
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/Raygun4php/RaygunClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,14 @@ public function setUserIdentifier(RaygunIdentifier $identifier)
* Stores the current user of the calling application. This will be added to any messages sent
* by this provider. It is used in the dashboard to provide unique user tracking.
*
* @param string|int $user String or numeric type, identifier for the current user, a username, email address or other unique identifier
* @param string $firstName
* @param string $fullName
* @param string $email
* @param boolean $isAnonymous
* @param string $uuid
* @param string|int $user String or numeric type, identifier for the current user, a username,
* email address or other unique identifier, if not supplied user is set to anonymous
* and a unique identifier is generated
* @param string $firstName
* @param string $fullName
* @param string $email
* @param boolean $isAnonymous Indicates whether the user is anonymous or not
* @param string $uuid Optional device identifier
*/
public function SetUser(
$user = null,
Expand Down

0 comments on commit 612f330

Please sign in to comment.