Completed
Push — master ( f10213...9f1064 )
by
unknown
14:10
created
includes/modules/wps_export/model/wps_export_mdl.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 	/**
5 5
 	 * Get customers with a term: all, newsletters_site, newsletters_site_partners, date(between 2 dates) or if order is higher than.
6 6
 	 * @param string $term
7
-	 * @param price/date $dt1 may be null
7
+	 * @param string|boolean $dt1 may be null
8 8
 	 * @param date $dt2 may be null
9 9
 	 * @return array
10 10
 	 */
Please login to merge, or discard this patch.
includes/modules/wps_product/model/wps_product_mdl.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -61,6 +61,7 @@
 block discarded – undo
61 61
 
62 62
 	/**
63 63
 	 * Return Products by a search
64
+	 * @param string $search
64 65
 	 */
65 66
 	function get_products_by_title_or_barcode( $search, $only_barcode = false ) {
66 67
 		global $wpdb;
Please login to merge, or discard this patch.