Skip to content

Commit e40d862

Browse files
committed
Remove unused ClientInterface import
The import for Psr\Http\Client\ClientInterface has been removed from the UrlKeySetFactory.php in the KeyManagement module. This clean-up step was taken as the import was found to be unnecessary and not being used in the scope of the current file.
1 parent dcc82ec commit e40d862

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Library/KeyManagement/UrlKeySetFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace Jose\Component\KeyManagement;
66

77
use Psr\Cache\CacheItemPoolInterface;
8-
use Psr\Http\Client\ClientInterface;
98
use RuntimeException;
109
use Symfony\Component\Cache\Adapter\NullAdapter;
1110
use Symfony\Contracts\HttpClient\HttpClientInterface;

0 commit comments

Comments
 (0)