mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +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
|
||||
*/
|
||||
private $settings;
|
||||
private Settings $settings;
|
||||
|
||||
/**
|
||||
* All existing funding sources.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
private $all_funding_sources;
|
||||
private array $all_funding_sources;
|
||||
|
||||
/**
|
||||
* DisabledFundingSources constructor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue