Add return param comment

This commit is contained in:
vedanshujain 2020-07-10 00:10:00 +05:30
parent 74de152535
commit 24a69fd249
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ class WC_Tax {
* @param array $location Location to compute rates for. Should be in form: array( country, state, postcode, city).
* @param object $customer Only used to maintain backward compatibility for filter `woocommerce-matched_rates`.
*
* @return mixed|void
* @return mixed|void Tax rates.
*/
public static function get_rates_from_location( $tax_class, $location, $customer = null ) {
$tax_class = sanitize_title( $tax_class );