@@ -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 | { |
@@ -196,7 +196,7 @@ |
||
| 196 | 196 | /** |
| 197 | 197 | * Manually set the stream for this DropboxFile instance |
| 198 | 198 | * |
| 199 | - * @param $stream |
|
| 199 | + * @param \Psr\Http\Message\StreamInterface $stream |
|
| 200 | 200 | */ |
| 201 | 201 | public function setStream($stream) |
| 202 | 202 | { |