From 589fe7968349b191395547b9a0c5044a22d4456f Mon Sep 17 00:00:00 2001 From: Andrea Marco Sartori Date: Mon, 12 Apr 2021 11:00:59 +1000 Subject: [PATCH] Reset use statements order --- src/Illuminate/Http/Client/Factory.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Illuminate/Http/Client/Factory.php b/src/Illuminate/Http/Client/Factory.php index f9a507bf90a3..6fc069d390b7 100644 --- a/src/Illuminate/Http/Client/Factory.php +++ b/src/Illuminate/Http/Client/Factory.php @@ -3,13 +3,12 @@ namespace Illuminate\Http\Client; use Closure; +use function GuzzleHttp\Promise\promise_for; use GuzzleHttp\Psr7\Response as Psr7Response; use Illuminate\Support\Str; use Illuminate\Support\Traits\Macroable; use PHPUnit\Framework\Assert as PHPUnit; -use function GuzzleHttp\Promise\promise_for; - /** * @method \Illuminate\Http\Client\PendingRequest accept(string $contentType) * @method \Illuminate\Http\Client\PendingRequest acceptJson()