mirror of
https://github.com/danog/dns.git
synced 2024-11-26 20:14:51 +01:00
Style fix
This commit is contained in:
parent
ce71845dd1
commit
12884f8d9c
@ -179,7 +179,7 @@ final class Rfc1035StubDnsResolver implements DnsResolver
|
||||
$errors[] = $reason->getMessage();
|
||||
}
|
||||
|
||||
\assert(count($exceptions) > 0); // For Psalm, CompositeException requires non-empty-array.
|
||||
\assert(\count($exceptions) > 0); // For Psalm, CompositeException requires non-empty-array.
|
||||
|
||||
throw new DnsException(
|
||||
"All query attempts failed for {$searchName}: " . \implode(", ", $errors),
|
||||
|
Loading…
Reference in New Issue
Block a user