diff --git a/src/Core/HTTPClient.php b/src/Core/HTTPClient.php index 5174a5142b..ef14bbdf2a 100644 --- a/src/Core/HTTPClient.php +++ b/src/Core/HTTPClient.php @@ -21,6 +21,9 @@ namespace App\Core; use Symfony\Contracts\HttpClient\HttpClientInterface; +/** + * @codeCoverageIgnore + */ abstract class HTTPClient { private static ?Httpclientinterface $client;