Completed
Pull Request — master (#10)
by Michael
02:39
created
admin/importglossaire.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -42,6 +42,9 @@
 block discarded – undo
42 42
  ***
43 43
  * @param $msg
44 44
  */
45
+/**
46
+ * @param string $msg
47
+ */
45 48
 function showerror($msg)
46 49
 {
47 50
     global $xoopsDB;
Please login to merge, or discard this patch.
admin/importwiwimod.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -42,6 +42,9 @@
 block discarded – undo
42 42
  ***
43 43
  * @param $msg
44 44
  */
45
+/**
46
+ * @param string $msg
47
+ */
45 48
 function showerror($msg)
46 49
 {
47 50
     global $xoopsDB;
Please login to merge, or discard this patch.
admin/importxwords.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -47,6 +47,9 @@
 block discarded – undo
47 47
  * @param $msg
48 48
  */
49 49
 
50
+/**
51
+ * @param string $msg
52
+ */
50 53
 function showerror($msg)
51 54
 {
52 55
     global $xoopsDB;
Please login to merge, or discard this patch.