1
0
mirror of https://github.com/danog/dns.git synced 2024-11-30 04:29:06 +01:00

Update src/Rfc1035StubDnsResolver.php

This commit is contained in:
Niklas Keller 2023-01-21 16:56:54 +01:00 committed by GitHub
parent ae634d9863
commit de24dceab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,7 +224,7 @@ final class Rfc1035StubDnsResolver implements DnsResolver
return $this->pendingConfig->await();
}
$this->pendingConfig = async(function (): ?DnsConfig {
$this->pendingConfig = async(function (): DnsConfig {
try {
$this->config = $this->configLoader->loadConfig();
$this->configStatus = self::CONFIG_LOADED;