From 85787eabfdcd441f2aecf79e86ebf2fb57352acb Mon Sep 17 00:00:00 2001
From: Philipp Stracker
Date: Mon, 17 Feb 2025 18:19:19 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20type=20hint=20to=20private?=
=?UTF-8?q?=20attribute?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
modules/ppcp-wc-gateway/src/Gateway/PayPalGateway.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.