auto fix phpcs errors

This commit is contained in:
Kirill Braslavsky 2021-07-27 19:56:59 +03:00
parent 257842b7f7
commit 4bd4613255
No known key found for this signature in database
GPG key ID: 61737D0C41BF3E75

View file

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