phpcs / remove unused use statements

This commit is contained in:
David Remer 2020-07-10 15:47:54 +03:00
parent b032a8ea14
commit 20a9d56e68
2 changed files with 1 additions and 4 deletions

View file

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

View file

@ -59,7 +59,7 @@ class IncomingWebhookEndpoint
public function verifyRequest(): bool
{
if ( ! $this->verifyRequest) {
if (! $this->verifyRequest) {
return true;
}
try {