|
@@ -84,8 +84,8 @@ |
|
|
block discarded – undo |
|
84
|
84
|
/** |
|
85
|
85
|
* Downloads a file using current client configuration and saves it at the specified destination. |
|
86
|
86
|
* |
|
87
|
|
- * @param string|\GuzzleHttp\Url $uri File URI. |
|
88
|
|
- * @param string|resource|\GuzzleHttp\Stream\StreamInterface $destination Destination where the file should be saved to. |
|
|
87
|
+ * @param string $uri File URI. |
|
|
88
|
+ * @param string $destination Destination where the file should be saved to. |
|
89
|
89
|
* @return null |
|
90
|
90
|
*/ |
|
91
|
91
|
public function downloadImage($uri, $destination) |
Please login to merge, or discard this patch.