Merge pull request #10014 from frozzare/docs/local-delivery

Improve docblock comments in WC_Shipping_Local_Delivery class
This commit is contained in:
Mike Jolley 2016-01-07 10:42:04 +00:00
commit 46481a49f7
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ class WC_Shipping_Local_Delivery extends WC_Shipping_Local_Pickup {
}
/**
* init function.
* Initialize local delivery.
*/
public function init() {
@ -48,7 +48,7 @@ class WC_Shipping_Local_Delivery extends WC_Shipping_Local_Pickup {
}
/**
* calculate_shipping function.
* Calculate local delivery shipping.
*
* @param array $package (default: array())
*/