Remove leftover typehint

This commit is contained in:
Patrick Henninger
2020-08-29 16:21:57 +02:00
parent 791747c28d
commit e5b93829c5

View File

@@ -90,7 +90,7 @@ class CartItem implements Arrayable, Jsonable
*
* @var float
*/
private float $discountRate = 0;
private $discountRate = 0;
/**
* CartItem constructor.