mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
chore: update ConnectorInterface
This commit is contained in:
@@ -11,5 +11,5 @@ interface ConnectorInterface
|
|||||||
|
|
||||||
public function orderDomain(Domain $domain, bool $dryRun): void;
|
public function orderDomain(Domain $domain, bool $dryRun): void;
|
||||||
|
|
||||||
public static function verifyAuthData(array $authData, HttpClientInterface $client);
|
public static function verifyAuthData(array $authData, HttpClientInterface $client): array;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user