Completed
Pull Request — master (#9826)
by Mike
10:01
created
includes/class-wc-payment-gateways.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
 	 * Set the current, active gateway.
161 161
 	 *
162 162
 	 * @access public
163
-	 * @param array $gateway Available payment gateways.
163
+	 * @param array $gateways Available payment gateways.
164 164
 	 */
165 165
 	public function set_current_gateway( $gateways ) {
166 166
 
Please login to merge, or discard this patch.
includes/class-wc-shipping-zones.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,6 @@
 block discarded – undo
79 79
 	/**
80 80
 	 * Get shipping zone using it's ID
81 81
 	 * @since 2.6.0
82
-	 * @param int $zone_id
83 82
 	 * @return WC_Shipping_Meethod|bool
84 83
 	 */
85 84
 	public static function get_shipping_method( $instance_id ) {
Please login to merge, or discard this patch.