Completed
Push — master ( 8c7612...ae27bf )
by recca
01:48
created
src/ChunkFile.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,6 @@  discard block
 block discarded – undo
120 120
     /**
121 121
      * setMimeType.
122 122
      *
123
-     * @param string $name
124 123
      * @return $this
125 124
      */
126 125
     public function setMimeType($mimeType)
@@ -147,6 +146,7 @@  discard block
 block discarded – undo
147 146
      *
148 147
      * @param mixed $source
149 148
      * @param int $offset
149
+     * @param integer $index
150 150
      * @return $this
151 151
      */
152 152
     public function appendStream($source, $offset = 0, $index = null)
@@ -162,6 +162,7 @@  discard block
 block discarded – undo
162 162
     /**
163 163
      * createUploadedFile.
164 164
      *
165
+     * @param integer $chunks
165 166
      * @return \Illuminate\Http\UploadedFile
166 167
      */
167 168
     public function createUploadedFile($chunks = null)
Please login to merge, or discard this patch.