Skip to content

Commit

Permalink
Fix code style, ignore json usage, it's in suggest and optional
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Aug 12, 2019
1 parent 96f6a38 commit 8f2cf1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion composer-require-check.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
"void",
"object",
"ZLIB_ENCODING_GZIP",
"ZLIB_ENCODING_DEFLATE"
"ZLIB_ENCODING_DEFLATE",
"json_encode",
"json_last_error",
"JSON_ERROR_NONE"
],
"php-core-extensions": [
"Core",
Expand Down
1 change: 0 additions & 1 deletion src/Interceptor/RemoveRequestHeader.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php


namespace Amp\Http\Client\Interceptor;

use Amp\Http\Client\Request;
Expand Down
4 changes: 2 additions & 2 deletions test/ClientHttpBinIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
use Amp\Delayed;
use Amp\Http\Client\Body\FileBody;
use Amp\Http\Client\Body\FormBody;
use Amp\Http\Client\Interceptor\SetRequestHeaderIfUnset;
use Amp\Http\Client\Interceptor\FollowRedirects;
use Amp\Http\Client\Interceptor\DecompressResponse;
use Amp\Http\Client\Interceptor\FollowRedirects;
use Amp\Http\Client\Interceptor\SetRequestHeaderIfUnset;
use Amp\Http\Client\Interceptor\TooManyRedirectsException;
use Amp\Http\Server\RequestHandler\CallableRequestHandler;
use Amp\Http\Server\Server;
Expand Down

0 comments on commit 8f2cf1a

Please sign in to comment.