Skip to content

Commit

Permalink
DNS: Fix return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Sep 12, 2021
1 parent c5e63df commit f31a576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dns.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function getNameservers(string $domain): array


/**
* @return array<string, mixed>
* @return array<int, mixed>
*/
private function getRecords(string $hostname, int $type): array
{
Expand Down

0 comments on commit f31a576

Please sign in to comment.