From 8c532efd5f02f7a7e5ea322a07ddcf49d130a8ec Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 17 Oct 2015 10:09:03 -0400 Subject: Run php-cs-fixer on the code base --- app/Core/OAuth2.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Core/OAuth2.php') diff --git a/app/Core/OAuth2.php b/app/Core/OAuth2.php index ee6a7837..a5bbba1a 100644 --- a/app/Core/OAuth2.php +++ b/app/Core/OAuth2.php @@ -86,7 +86,6 @@ class OAuth2 extends Base public function getAccessToken($code) { if (empty($this->accessToken) && ! empty($code)) { - $params = array( 'code' => $code, 'client_id' => $this->clientId, -- cgit v1.2.3