Index: trunk/phase3/includes/upload/UploadBase.php |
— | — | @@ -166,8 +166,8 @@ |
167 | 167 | /** |
168 | 168 | * Append a file to the Repo file |
169 | 169 | * |
170 | | - * @param string $srcPath Path to source file |
171 | | - * @param string $toAppendPath Path to the Repo file that will be appended to. |
| 170 | + * @param $srcPath String: path to source file |
| 171 | + * @param $toAppendPath String: path to the Repo file that will be appended to. |
172 | 172 | * @return Status Status |
173 | 173 | */ |
174 | 174 | protected function appendToUploadFile( $srcPath, $toAppendPath ) { |