Passed
Push — master ( 2b3013...123071 )
by
unknown
02:55
created
code/model/address/CountryPrice_EcommerceCountry.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -303,6 +303,10 @@
 block discarded – undo
303 303
         return self::$_get_real_country_cache[$cacheKey];
304 304
     }
305 305
 
306
+    /**
307
+     * @param string $countryOrCountryCodeA
308
+     * @param string $countryOrCountryCodeB
309
+     */
306 310
     public static function countries_belong_to_same_group($countryOrCountryCodeA, $countryOrCountryCodeB)
307 311
     {
308 312
         $countryA = EcommerceCountry::get_country_from_mixed_var($countryOrCountryCodeA);
Please login to merge, or discard this patch.