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

@ -17,7 +17,6 @@ use WooCommerce\PayPalCommerce\Button\Endpoint\EndpointInterface;
use WooCommerce\PayPalCommerce\Button\Endpoint\RequestData;
use WooCommerce\PayPalCommerce\WcGateway\Settings\Settings;
use WooCommerce\PayPalCommerce\Webhooks\WebhookRegistrar;
use Psr\SimpleCache\CacheInterface;
/**
* Class LoginSellerEndpoint
@ -98,7 +97,6 @@ class LoginSellerEndpoint implements EndpointInterface {
* Handles the incoming request.
*
* @return bool
* @throws \Psr\SimpleCache\InvalidArgumentException When a cache item was not found.
*/
public function handle_request(): bool {