@@ -237,7 +237,7 @@ |
||
237 | 237 | * |
238 | 238 | * @return \Kunnu\Dropbox\DropboxResponse |
239 | 239 | * @throws \Kunnu\Dropbox\Exceptions\DropboxClientException |
240 | - */ |
|
240 | + */ |
|
241 | 241 | public function postToAPI($endpoint, array $params = [], $accessToken = null) |
242 | 242 | { |
243 | 243 | return $this->sendRequest("POST", $endpoint, 'api', $params, $accessToken); |