Remove phpdoc for non-existing argument on WC_Order_Item_Product::get_product()

This commit is contained in:
Rodrigo Primo 2017-03-22 16:04:49 -03:00
parent 9e81eb9418
commit b47a7b52df
1 changed files with 0 additions and 1 deletions

View File

@ -310,7 +310,6 @@ class WC_Order_Item_Product extends WC_Order_Item {
/**
* Get the associated product.
*
* @param string $context
* @return WC_Product|bool
*/
public function get_product() {