Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #8 from AltThree/analysis-8m6kEb
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
GrahamCampbell authored Mar 30, 2018
2 parents 52e3c4f + 185ad57 commit bb28bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ final class Token
*/
public function __construct(string $access, string $refresh = null, int $lifetime = null)
{
$this->access= $access;
$this->access = $access;
$this->refresh = $refresh;
$this->lifetime = $lifetime;
}
Expand Down

0 comments on commit bb28bc1

Please sign in to comment.