mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
🎨 Add type hint to private attribute
This commit is contained in:
parent
cd464566d5
commit
85787eabfd
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class PayPalGateway extends \WC_Payment_Gateway {
|
|||
*
|
||||
* @var bool
|
||||
*/
|
||||
private $onboarded;
|
||||
private bool $onboarded;
|
||||
|
||||
/**
|
||||
* ID of the current PPCP gateway settings page, or empty if it is not such page.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue