mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 16:24:33 +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
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue