Completed
Push — master ( 0c9118...55457c )
by recca
05:26 queued 02:02
created
src/ChunkFile.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
      * appendFile.
169 169
      *
170 170
      * @param mixed $source
171
-     * @param int $offset
171
+     * @param integer $index
172 172
      * @return $this
173 173
      */
174 174
     public function appendFile($source, $index = null)
@@ -182,6 +182,7 @@  discard block
 block discarded – undo
182 182
     /**
183 183
      * createUploadedFile.
184 184
      *
185
+     * @param integer $chunks
185 186
      * @return \Illuminate\Http\UploadedFile
186 187
      */
187 188
     public function createUploadedFile($chunks = null, $storageFile = null)
Please login to merge, or discard this patch.