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

@ -4,10 +4,10 @@ declare(strict_types=1);
namespace Inpsyde\PayPalCommerce\ApiClient\Authentication;
use Brain\Monkey\Expectation\Exception\ExpectationArgsRequired;
use Inpsyde\PayPalCommerce\ApiClient\Exception\RuntimeException;
use Inpsyde\PayPalCommerce\ApiClient\TestCase;
use Psr\Log\LoggerInterface;
use Psr\SimpleCache\CacheInterface;
use Mockery;
use function Brain\Monkey\Functions\expect;