@@ -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 | { |
@@ -112,10 +112,10 @@ discard block |
||
| 112 | 112 | } |
| 113 | 113 | |
| 114 | 114 | /** |
| 115 | - * Get the Request Params |
|
| 116 | - * |
|
| 117 | - * @return array |
|
| 118 | - */ |
|
| 115 | + * Get the Request Params |
|
| 116 | + * |
|
| 117 | + * @return array |
|
| 118 | + */ |
|
| 119 | 119 | public function getParams() |
| 120 | 120 | { |
| 121 | 121 | return $this->params; |
@@ -196,12 +196,12 @@ discard block |
||
| 196 | 196 | } |
| 197 | 197 | |
| 198 | 198 | /** |
| 199 | - * Set the Request Params |
|
| 200 | - * |
|
| 201 | - * @param array |
|
| 202 | - * |
|
| 203 | - * @return \Kunnu\Dropbox\DropboxRequest |
|
| 204 | - */ |
|
| 199 | + * Set the Request Params |
|
| 200 | + * |
|
| 201 | + * @param array |
|
| 202 | + * |
|
| 203 | + * @return \Kunnu\Dropbox\DropboxRequest |
|
| 204 | + */ |
|
| 205 | 205 | public function setParams(array $params = []) |
| 206 | 206 | { |
| 207 | 207 | //Process Params |