mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Fix PHPCS issues
This commit is contained in:
parent
bbd707c12c
commit
5fb19675d5
1 changed files with 4 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
*
|
||||
* @package WooCommerce\PayPalCommerce\Settings\Endpoint
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace WooCommerce\PayPalCommerce\Settings\Endpoint;
|
||||
|
@ -54,15 +55,15 @@ class SettingsRestEndpoint extends RestEndpoint {
|
|||
/**
|
||||
* SettingsRestEndpoint constructor.
|
||||
*
|
||||
* @param SettingsModel $settings The settings model instance.
|
||||
* @param LoggerInterface $logger The logger instance.
|
||||
* @param SettingsModel $settings The settings model instance.
|
||||
* @param LoggerInterface $logger The logger instance.
|
||||
*/
|
||||
public function __construct(
|
||||
SettingsModel $settings,
|
||||
LoggerInterface $logger
|
||||
) {
|
||||
$this->settings = $settings;
|
||||
$this->logger = $logger;
|
||||
$this->logger = $logger;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue