mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
phpcs / remove unused use statements
This commit is contained in:
parent
b032a8ea14
commit
20a9d56e68
2 changed files with 1 additions and 4 deletions
|
@ -17,9 +17,6 @@ use Inpsyde\PayPalCommerce\WcGateway\Processor\OrderProcessor;
|
|||
use Inpsyde\PayPalCommerce\WcGateway\Settings\Settings;
|
||||
use Inpsyde\PayPalCommerce\WcGateway\Settings\SettingsListener;
|
||||
use Inpsyde\PayPalCommerce\WcGateway\Settings\SettingsRenderer;
|
||||
use Inpsyde\Woocommerce\Logging\Logger\NullLogger;
|
||||
use Inpsyde\Woocommerce\Logging\Logger\WooCommerceLogger;
|
||||
use Psr\Log\LoggerInterface;
|
||||
use WpOop\TransientCache\CachePoolFactory;
|
||||
|
||||
return [
|
||||
|
|
|
@ -59,7 +59,7 @@ class IncomingWebhookEndpoint
|
|||
|
||||
public function verifyRequest(): bool
|
||||
{
|
||||
if ( ! $this->verifyRequest) {
|
||||
if (! $this->verifyRequest) {
|
||||
return true;
|
||||
}
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue