🎨 Fix phpcs suggestions

This commit is contained in:
Philipp Stracker 2025-03-12 14:53:13 +01:00
parent a5ee2e29d5
commit 3a652f30b5
No known key found for this signature in database

View file

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