Completed
Push — master ( 22264b...995ebc )
by Kunal
08:29
created
src/Dropbox/Dropbox.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -237,7 +237,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.