Add type to property definition

This commit is contained in:
Emili Castells Guasch 2025-02-20 15:03:15 +01:00
parent 9ccd05b851
commit fe4ae4211e

View file

@ -33,7 +33,7 @@ class SellerStatus {
*
* @var string
*/
private $country;
private string $country;
/**
* SellerStatus constructor.