Skip to content

Commit

Permalink
Update Client.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Oct 3, 2019
1 parent faf54b2 commit c863bc4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Bridge/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class Client implements ClientEntityInterface
use ClientTrait;

/**
* The client identifier.
*
* @var string
*/
protected $identifier;
Expand All @@ -31,6 +33,8 @@ public function __construct($identifier, $name, $redirectUri)
}

/**
* Get the client's identifier.
*
* @return string
*/
public function getIdentifier()
Expand All @@ -39,7 +43,9 @@ public function getIdentifier()
}

/**
* @param string $identifier
* Set the client's identifier.
*
* @param string $identifier
*/
public function setIdentifier($identifier)
{
Expand Down

0 comments on commit c863bc4

Please sign in to comment.