Completed
Branch master (021232)
by Michael
02:05
created
include/Archive_Zip.php 1 patch
Doc Comments   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
      * @param  mixed $p_filelist The list of the files or folders to add.
169 169
      *                           It can be a string with filenames separated
170 170
      *                           by a comma, or an array of filenames.
171
-     * @param  mixed $p_params   An array of variable parameters and values.
171
+     * @param  integer $p_params   An array of variable parameters and values.
172 172
      * @return mixed An array of file description on success,
173 173
      *                           an error code on error
174 174
      */
@@ -235,7 +235,7 @@  discard block
 block discarded – undo
235 235
      * @param  mixed $p_filelist The list of the files or folders to add.
236 236
      *                           It can be a string with filenames separated
237 237
      *                           by a comma, or an array of filenames.
238
-     * @param  mixed $p_params   An array of variable parameters and values.
238
+     * @param  integer $p_params   An array of variable parameters and values.
239 239
      * @return mixed An array of file description on success,
240 240
      *                           0 on an unrecoverable failure, an error code is logged.
241 241
      */
@@ -383,7 +383,7 @@  discard block
 block discarded – undo
383 383
      *                            each entry extraction.
384 384
      *
385 385
      * @access public
386
-     * @param  mixed $p_params An array of variable parameters and values.
386
+     * @param  integer $p_params An array of variable parameters and values.
387 387
      * @return mixed An array of file description on success,
388 388
      *                         0 on an unrecoverable failure, an error code is logged.
389 389
      */
@@ -964,7 +964,7 @@  discard block
 block discarded – undo
964 964
      * Archive_Zip::_openFd()
965 965
      *
966 966
      * { Description }
967
-     * @param $p_mode
967
+     * @param string $p_mode
968 968
      * @return int
969 969
      */
970 970
     public function _openFd($p_mode)
@@ -1206,7 +1206,7 @@  discard block
 block discarded – undo
1206 1206
      * Archive_Zip::_addFile()
1207 1207
      *
1208 1208
      * { Description }
1209
-     * @param $p_filename
1209
+     * @param string $p_filename
1210 1210
      * @param $p_header
1211 1211
      * @param $p_add_dir
1212 1212
      * @param $p_remove_dir
@@ -1537,7 +1537,7 @@  discard block
 block discarded – undo
1537 1537
      * @param $p_nb_entries
1538 1538
      * @param $p_size
1539 1539
      * @param $p_offset
1540
-     * @param $p_comment
1540
+     * @param string $p_comment
1541 1541
      * @return int
1542 1542
      */
1543 1543
     public function _writeCentralHeader($p_nb_entries, $p_size, $p_offset, $p_comment)
@@ -3312,8 +3312,8 @@  discard block
 block discarded – undo
3312 3312
      *
3313 3313
      * { Description }
3314 3314
      *
3315
-     * @param          $p_src
3316
-     * @param          $p_dest
3315
+     * @param          integer $p_src
3316
+     * @param          integer $p_dest
3317 3317
      * @param          $p_size
3318 3318
      * @param  integer $p_mode
3319 3319
      * @return int
@@ -3374,8 +3374,8 @@  discard block
 block discarded – undo
3374 3374
      * _tool_Rename()
3375 3375
      *
3376 3376
      * { Description }
3377
-     * @param $p_src
3378
-     * @param $p_dest
3377
+     * @param string $p_src
3378
+     * @param string $p_dest
3379 3379
      * @return int
3380 3380
      */
3381 3381
     public function _tool_Rename($p_src, $p_dest)
Please login to merge, or discard this patch.