Completed
Pull Request — master (#4)
by Michael
03:10
created
include/functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@
 block discarded – undo
174 174
 /**
175 175
  * Save the XML Sitemap
176 176
  *
177
- * @return mixed int number of bytes saved | false on failure
177
+ * @return integer int number of bytes saved | false on failure
178 178
  */
179 179
 function xsitemap_save(array $xsitemap_show)
180 180
 {
Please login to merge, or discard this patch.
preloads/core.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 {
31 31
     /**
32 32
      * plugin class for Xoops preload for index page start
33
-     * @return void
33
+     * @return boolean
34 34
      */
35 35
     public function eventCoreIndexStart($args)
36 36
     {
Please login to merge, or discard this patch.