From dfe1445418e314d6cbd8bc16d248fd4671c5179e Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 18 Jun 2019 12:54:24 +0200 Subject: [PATCH] PHPCS fixes --- lib/Internal/HttpsSocket.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Internal/HttpsSocket.php b/lib/Internal/HttpsSocket.php index 667c88b..26c39cb 100644 --- a/lib/Internal/HttpsSocket.php +++ b/lib/Internal/HttpsSocket.php @@ -7,12 +7,12 @@ use Amp\Artax\Request; use Amp\DoH\DoHException; use Amp\DoH\Nameserver; use Amp\Promise; +use danog\LibDNSJson\JsonDecoderFactory; +use danog\LibDNSJson\QueryEncoderFactory; use LibDNS\Decoder\DecoderFactory; use LibDNS\Encoder\EncoderFactory; use LibDNS\Messages\Message; use function Amp\call; -use danog\LibDNSJson\QueryEncoderFactory; -use danog\LibDNSJson\JsonDecoderFactory; /** @internal */ final class HttpsSocket extends Socket