Completed
Pull Request — master (#491)
by Richard
14:12 queued 03:48
created
htdocs/modules/pm/include/update.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 /**
23 23
  * @param XoopsModule $module
24 24
  * @param string|null $oldversion
25
- * @return bool|void
25
+ * @return boolean
26 26
  * @todo this should be removed, it is now handled by schema
27 27
  */
28 28
 function xoops_module_update_pm(&$module, $oldversion = null)
Please login to merge, or discard this patch.
htdocs/modules/pm/include/install.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 /**
23 23
  * @param XoopsModule $module
24 24
  * @param string|null $oldversion
25
- * @return bool|void
25
+ * @return boolean
26 26
  * @todo this should be removed, it is now handled by schema
27 27
  */
28 28
 function xoops_module_update_pm(&$module, $oldversion = null)
Please login to merge, or discard this patch.