From de53ffea69284b87cdf7c5bfb5c3f9fe3369c6e7 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 12 Jul 2024 10:37:51 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/Authentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Authentication.php b/src/Authentication.php index 4be6453..9823d2d 100644 --- a/src/Authentication.php +++ b/src/Authentication.php @@ -77,7 +77,7 @@ private function requestNewToken(): string 'grant_type' => 'client_credentials', 'client_id' => $this->clientId, 'client_secret' => $this->clientSecret, -// 'scope' => 'api', // POST MERGER SEEMINGLY TAKE THIS OUT + // 'scope' => 'api', // POST MERGER SEEMINGLY TAKE THIS OUT ], ]);