From 4b3b3143374a03990366505571d3a57ab7ba109d Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 11 Jun 2019 21:06:11 +0200 Subject: [PATCH] PHPCS fixes --- lib/Internal/HttpsSocket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Internal/HttpsSocket.php b/lib/Internal/HttpsSocket.php index f61a07b..927bc50 100644 --- a/lib/Internal/HttpsSocket.php +++ b/lib/Internal/HttpsSocket.php @@ -5,6 +5,7 @@ namespace Amp\DoH\Internal; use Amp; use Amp\Artax\Client; use Amp\Artax\Request; +use Amp\Dns\DnsException; use Amp\DoH\JsonDecoderFactory; use Amp\DoH\Nameserver; use Amp\DoH\QueryEncoderFactory; @@ -13,7 +14,6 @@ use LibDNS\Decoder\DecoderFactory; use LibDNS\Encoder\EncoderFactory; use LibDNS\Messages\Message; use function Amp\call; -use Amp\Dns\DnsException; /** @internal */ final class HttpsSocket extends Socket