Completed
Push — master ( 71944b...2da7a8 )
by Faiz
07:33
created
src/Supports/Downloader.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -26,6 +26,10 @@
 block discarded – undo
26 26
         }
27 27
     }
28 28
 
29
+    /**
30
+     * @param string $url
31
+     * @param string $destination
32
+     */
29 33
     public function download($url, $destination)
30 34
     {
31 35
         $client = new Client();
Please login to merge, or discard this patch.