Skip to content

Commit

Permalink
Suppress odd psalm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteel committed Apr 18, 2023
1 parent 6a2e398 commit 90b3939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Smoke/TestCase.php
Expand Up @@ -39,6 +39,7 @@ protected static function psrCachePool(): CacheItemPoolInterface
protected static function httpClient(): ClientInterface
{
if (! self::$httpClient) {
/** @psalm-suppress DeprecatedInterface - This issue cannot be solved here */
self::$httpClient = new PluginClient(
HttpClientDiscovery::find(),
[new CachePlugin(self::psrCachePool(), Psr17FactoryDiscovery::findStreamFactory())],
Expand Down

0 comments on commit 90b3939

Please sign in to comment.