Completed
Push — master ( 3f6360...136d46 )
by Gabriel
13s queued 10s
created
StockbaseApi/Client/StockbaseClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -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.