Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
justmd5 committed Dec 7, 2021
1 parent 981a19a commit d9e592c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AccessToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ class AccessToken extends AbstractAccessToken
protected $expiresJsonKey = 'expires_in';

/**
* @param string $clientId
* @param string $secret
* @param Foundation $app
* @param string $clientId
* @param string $secret
* @param Foundation $app
*/
public function __construct(string $clientId, string $secret, Foundation $app)
{
Expand Down

0 comments on commit d9e592c

Please sign in to comment.