Skip to content

Commit

Permalink
Reset use statements order
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 committed Apr 12, 2021
1 parent 97bfb02 commit 589fe79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Illuminate/Http/Client/Factory.php
Expand Up @@ -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()
Expand Down

0 comments on commit 589fe79

Please sign in to comment.