🎨 Add type hint to private attribute

This commit is contained in:
Philipp Stracker 2025-02-17 18:19:19 +01:00
parent cd464566d5
commit 85787eabfd
No known key found for this signature in database

View file

@ -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.