mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-12 01:18:39 +08:00
auto fix phpcs errors
This commit is contained in:
parent
257842b7f7
commit
4bd4613255
1 changed files with 2 additions and 2 deletions
|
@ -95,14 +95,14 @@ class PayPalGateway extends \WC_Payment_Gateway {
|
|||
* @var RefundProcessor
|
||||
*/
|
||||
private $refund_processor;
|
||||
|
||||
|
||||
/**
|
||||
* Whether the plugin is in onboarded state.
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
private $onboarded;
|
||||
|
||||
|
||||
/**
|
||||
* PayPalGateway constructor.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue