From d9e592c7b7e9d15c4150b4df8e72c3655a1158bd Mon Sep 17 00:00:00 2001 From: justmd5 Date: Tue, 7 Dec 2021 07:03:05 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/AccessToken.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {