Completed
Pull Request — master (#29)
by Hiraku
02:13
created
src/CurlRemoteFilesystem.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -108,6 +108,12 @@
 block discarded – undo
108 108
         });
109 109
     }
110 110
 
111
+    /**
112
+     * @param string $origin
113
+     * @param string $fileUrl
114
+     * @param boolean $progress
115
+     * @param \Closure $exec
116
+     */
111 117
     protected function fetch($origin, $fileUrl, $progress, $options, $exec)
112 118
     {
113 119
         do {
Please login to merge, or discard this patch.