Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
cryptiklemur authored and StyleCIBot committed Aug 8, 2019
1 parent 515a4e0 commit 2e33213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DiscordClient.php
Expand Up @@ -19,6 +19,7 @@
use GuzzleHttp\Command\Guzzle\GuzzleClient;
use GuzzleHttp\Command\Result;
use GuzzleHttp\HandlerStack;
use function GuzzleHttp\json_decode;
use GuzzleHttp\Middleware;
use Monolog\Logger;
use Psr\Http\Message\ResponseInterface;
Expand All @@ -27,7 +28,6 @@
use RestCord\RateLimit\Provider\MemoryRateLimitProvider;
use RestCord\RateLimit\RateLimiter;
use Symfony\Component\OptionsResolver\OptionsResolver;
use function GuzzleHttp\json_decode;

/**
* @author Aaron Scherer <aequasi@gmail.com>
Expand Down

0 comments on commit 2e33213

Please sign in to comment.