@@ -49,7 +49,7 @@ |
||
| 49 | 49 | /** |
| 50 | 50 | * Indicates what type of match was found for the result |
| 51 | 51 | * |
| 52 | - * @return bool |
|
| 52 | + * @return string |
|
| 53 | 53 | */ |
| 54 | 54 | public function getMatchType() |
| 55 | 55 | { |
@@ -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); |