Removed unused HTTPClientInterface in TME provider

This commit is contained in:
Jan Böhmer 2026-08-02 21:45:01 +02:00
parent 523c3f57fa
commit 89afc6a2a1

View file

@ -42,8 +42,7 @@ class TMEProvider implements InfoProviderInterface, URLHandlerInfoProviderInterf
private const VALID_DOCUMENT_TYPES = ['INS', 'DTE', 'KCH', 'GWA', 'INB', 'PRE']; private const VALID_DOCUMENT_TYPES = ['INS', 'DTE', 'KCH', 'GWA', 'INB', 'PRE'];
public function __construct(private readonly TMEClient $tmeClient, private readonly TMESettings $settings, public function __construct(private readonly TMEClient $tmeClient, private readonly TMESettings $settings)
private readonly HttpClientInterface $httpClient)
{ {
} }