mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Fix code review ajustments
This commit is contained in:
parent
3b5a4b7f23
commit
25282b9514
3 changed files with 9 additions and 9 deletions
|
@ -74,7 +74,7 @@ class Item {
|
|||
protected $tax_rate;
|
||||
|
||||
/**
|
||||
* The tax rate.
|
||||
* The cart item key.
|
||||
*
|
||||
* @var string|null
|
||||
*/
|
||||
|
@ -192,7 +192,7 @@ class Item {
|
|||
/**
|
||||
* Returns the cart key for this item.
|
||||
*
|
||||
* @return string
|
||||
* @return string|null
|
||||
*/
|
||||
public function cart_item_key():?string {
|
||||
return $this->cart_item_key;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue