@@ -160,7 +160,7 @@ |
||
| 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 | |
@@ -79,7 +79,6 @@ |
||
| 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 ) { |