From 449a25878148e3e44d956970b9768e06fb9488f2 Mon Sep 17 00:00:00 2001 From: Mahdi Yousefi Date: Wed, 7 Aug 2019 11:26:28 +0430 Subject: [PATCH] Remove whitespace at end of line --- includes/data-stores/class-wc-shipping-zone-data-store.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/data-stores/class-wc-shipping-zone-data-store.php b/includes/data-stores/class-wc-shipping-zone-data-store.php index 24f7b6769ad..2e84e681482 100644 --- a/includes/data-stores/class-wc-shipping-zone-data-store.php +++ b/includes/data-stores/class-wc-shipping-zone-data-store.php @@ -266,14 +266,14 @@ class WC_Shipping_Zone_Data_Store extends WC_Data_Store_WP implements WC_Shippin $criteria[] = 'AND zones.zone_id NOT IN (' . implode( ',', $do_not_match ) . ')'; } } - + /** * Get shipping zone criteria * * @since 3.6.6 * @param array $criteria Get zone criteria. - * @param array $package Package information - * @param array $postcode_locations Postcode range and wildcard matching + * @param array $package Package information. + * @param array $postcode_locations Postcode range and wildcard matching. */ $criteria = apply_filters( 'woocommerce_get_zone_criteria', $criteria, $package, $postcode_locations );