Skip to content

Commit

Permalink
chore: update ConnectorInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
maelgangloff committed Aug 6, 2024
1 parent 6060a55 commit 3b1cd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/Connector/ConnectorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ public function __construct(array $authData, HttpClientInterface $client);

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;
}

0 comments on commit 3b1cd8c

Please sign in to comment.