Completed
Push — master ( e876a4...a7100c )
by Michael
01:36
created
class/form/customer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     /**
45 45
      * Constructor
46 46
      *
47
-     * @param $target
47
+     * @param EquipmentCustomer $target
48 48
      */
49 49
     public function __construct($target)
50 50
     {
Please login to merge, or discard this patch.
class/form/equipment.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     /**
45 45
      * Constructor
46 46
      *
47
-     * @param $target
47
+     * @param EquipmentEquipment $target
48 48
      */
49 49
     public function __construct($target)
50 50
     {
Please login to merge, or discard this patch.
class/utility.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -296,6 +296,9 @@
 block discarded – undo
296 296
         return $success;
297 297
     }
298 298
 
299
+    /**
300
+     * @param string $sql
301
+     */
299 302
     public static function getQueryDataToJSON($sql)
300 303
     {
301 304
         global $xoopsDB;
Please login to merge, or discard this patch.