Completed
Pull Request — master (#11455)
by
unknown
08:09
created
includes/class-wc-order-refund.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 
17 17
 	/**
18 18
 	 * Extend the abstract _data properties and then read the order object.
19
-	 * @param int|object|WC_Order $read Order to init.
19
+	 * @param integer $read Order to init.
20 20
 	 */
21 21
 	 public function __construct( $read = 0 ) {
22 22
 		// Extend order data
Please login to merge, or discard this patch.
includes/class-wc-shipping-zone.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -491,7 +491,7 @@
 block discarded – undo
491 491
 	/**
492 492
 	 * Delete a shipping method from a zone.
493 493
 	 * @param int $instance_id
494
-	 * @return True on success, false on failure
494
+	 * @return boolean on success, false on failure
495 495
 	 */
496 496
 	public function delete_shipping_method( $instance_id ) {
497 497
 		global $wpdb;
Please login to merge, or discard this patch.