mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Add type to property definition
This commit is contained in:
parent
9ccd05b851
commit
fe4ae4211e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class SellerStatus {
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
private $country;
|
||||
private string $country;
|
||||
|
||||
/**
|
||||
* SellerStatus constructor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue