Completed
Pull Request — master (#112)
by
unknown
13:25
created
src/Dropbox/Models/SearchResult.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
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.