Completed
Push — master ( 76d541...123636 )
by Michael
10s
created
include/functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@
 block discarded – undo
188 188
  * Save the XML Sitemap
189 189
  *
190 190
  * @param array $xsitemap_show
191
- * @return mixed int number of bytes saved | false on failure
191
+ * @return integer int number of bytes saved | false on failure
192 192
  */
193 193
 function xsitemap_save(array $xsitemap_show)
194 194
 {
Please login to merge, or discard this patch.
include/action.module.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,6 @@
 block discarded – undo
104 104
  * Functions to upgrade from previous version of the module
105 105
  *
106 106
  * @param XoopsModule $module
107
- * @param int         $curr_version version number of module currently installed
108 107
  *
109 108
  * @return bool true if successfully updated module, false if not
110 109
  */
Please login to merge, or discard this patch.