Completed
Branch master (48ec27)
by Michael
03:44
created
htdocs/modules/extgallery/class/utilities.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -137,6 +137,11 @@
 block discarded – undo
137 137
         return $success;
138 138
     }
139 139
 
140
+    /**
141
+     * @param string $option
142
+     *
143
+     * @return string
144
+     */
140 145
     public static function getModuleOption($option)
141 146
     {
142 147
         global $xoopsModuleConfig, $xoopsModule;
Please login to merge, or discard this patch.
htdocs/modules/extgallery/include/oninstall.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,6 @@
 block discarded – undo
51 51
 /**
52 52
  *
53 53
  * Performs tasks required during installation of the module
54
- * @param XoopsModule $module {@link XoopsModule}
55 54
  *
56 55
  * @return bool true if installation successful, false if not
57 56
  */
Please login to merge, or discard this patch.