mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
🎨 Fix phpcs suggestions
This commit is contained in:
parent
a5ee2e29d5
commit
3a652f30b5
1 changed files with 2 additions and 2 deletions
|
@ -26,14 +26,14 @@ class DisabledFundingSources {
|
||||||
*
|
*
|
||||||
* @var Settings
|
* @var Settings
|
||||||
*/
|
*/
|
||||||
private $settings;
|
private Settings $settings;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* All existing funding sources.
|
* All existing funding sources.
|
||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
private $all_funding_sources;
|
private array $all_funding_sources;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* DisabledFundingSources constructor.
|
* DisabledFundingSources constructor.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue