remove CacheInterface and PSR related @throw doc comments

This commit is contained in:
David Remer 2020-09-14 07:29:20 +03:00
parent bc6be4993a
commit 6db0a457bf
4 changed files with 1 additions and 8 deletions

View file

@ -15,7 +15,6 @@ use WooCommerce\PayPalCommerce\Onboarding\State;
use WooCommerce\PayPalCommerce\WcGateway\Gateway\CreditCardGateway;
use WooCommerce\PayPalCommerce\WcGateway\Gateway\PayPalGateway;
use WooCommerce\PayPalCommerce\Webhooks\WebhookRegistrar;
use Psr\SimpleCache\CacheInterface;
/**
* Class SettingsListener
@ -88,7 +87,6 @@ class SettingsListener {
* Listens to the request.
*
* @throws \WooCommerce\PayPalCommerce\WcGateway\Exception\NotFoundException When a setting was not found.
* @throws \Psr\SimpleCache\InvalidArgumentException When the argument was invalid.
*/
public function listen() {