diff --git a/src/AccessToken.php b/src/AccessToken.php index 40c6aa1..ea80711 100644 --- a/src/AccessToken.php +++ b/src/AccessToken.php @@ -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) {