Fix code review ajustments

This commit is contained in:
Pedro Silva 2023-07-10 08:53:05 +01:00
parent 3b5a4b7f23
commit 25282b9514
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
3 changed files with 9 additions and 9 deletions

View file

@ -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;