@@ -59,7 +59,7 @@ |
||
| 59 | 59 | 'fields' => implode(',', $this->fields), |
| 60 | 60 | ]; |
| 61 | 61 | |
| 62 | - if (! empty($this->clientSecret)) { |
|
| 62 | + if (!empty($this->clientSecret)) { |
|
| 63 | 63 | $queryParameters['appsecret_proof'] = hash_hmac('sha256', $token, $this->clientSecret); |
| 64 | 64 | } |
| 65 | 65 | |