diff --git a/modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php b/modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php index 02f825a42..9927f155b 100644 --- a/modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php +++ b/modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php @@ -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.