mirror of
https://github.com/danog/dns-over-https.git
synced 2025-01-22 21:31:24 +01:00
PHPCS fixes
This commit is contained in:
parent
1b9e2e6e8b
commit
4b3b314337
@ -5,6 +5,7 @@ namespace Amp\DoH\Internal;
|
|||||||
use Amp;
|
use Amp;
|
||||||
use Amp\Artax\Client;
|
use Amp\Artax\Client;
|
||||||
use Amp\Artax\Request;
|
use Amp\Artax\Request;
|
||||||
|
use Amp\Dns\DnsException;
|
||||||
use Amp\DoH\JsonDecoderFactory;
|
use Amp\DoH\JsonDecoderFactory;
|
||||||
use Amp\DoH\Nameserver;
|
use Amp\DoH\Nameserver;
|
||||||
use Amp\DoH\QueryEncoderFactory;
|
use Amp\DoH\QueryEncoderFactory;
|
||||||
@ -13,7 +14,6 @@ use LibDNS\Decoder\DecoderFactory;
|
|||||||
use LibDNS\Encoder\EncoderFactory;
|
use LibDNS\Encoder\EncoderFactory;
|
||||||
use LibDNS\Messages\Message;
|
use LibDNS\Messages\Message;
|
||||||
use function Amp\call;
|
use function Amp\call;
|
||||||
use Amp\Dns\DnsException;
|
|
||||||
|
|
||||||
/** @internal */
|
/** @internal */
|
||||||
final class HttpsSocket extends Socket
|
final class HttpsSocket extends Socket
|
||||||
|
Loading…
x
Reference in New Issue
Block a user