Completed
Push — master ( 26776f...d9604e )
by Michael
11:31
created
include/jpspan/JPSpan/Unserializer/XML.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -139,6 +139,7 @@
 block discarded – undo
139 139
     /**
140 140
      * Raise an error
141 141
      * @param string error message
142
+     * @param string $msg
142 143
      * @access private
143 144
      * @return void
144 145
      */
Please login to merge, or discard this patch.
index.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -850,6 +850,9 @@  discard block
 block discarded – undo
850 850
     return $department;
851 851
 }
852 852
 
853
+/**
854
+ * @param string $tickets
855
+ */
853 856
 function _cleanTickets($tickets)
854 857
 {
855 858
     $t_tickets = explode(',', $tickets);
@@ -1468,6 +1471,10 @@  discard block
 block discarded – undo
1468 1471
     require(XOOPS_ROOT_PATH.'/footer.php');
1469 1472
 }
1470 1473
 
1474
+/**
1475
+ * @param integer $j
1476
+ * @param integer $task
1477
+ */
1471 1478
 function _makeBatchTicketArray(&$oTickets, &$depts, &$all_users, &$j, $task)
1472 1479
 {
1473 1480
     global $xhelp_staff;
Please login to merge, or discard this patch.
class/faq/Smartfaq.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
180 180
     /**
181 181
      * Create the url going to the faq article
182 182
      *
183
-     * @param $faq xhelpFaq object
183
+     * @param xhelpFaq $faq xhelpFaq object
184 184
      * @return string
185 185
      * @access private
186 186
      */
Please login to merge, or discard this patch.