mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
remove CacheInterface and PSR related @throw doc comments
This commit is contained in:
parent
bc6be4993a
commit
6db0a457bf
4 changed files with 1 additions and 8 deletions
|
@ -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() {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue