Skip to content

Commit

Permalink
Apply fixes from StyleCI (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic authored Oct 4, 2018
1 parent c09cd82 commit 47b9ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/BitcoindResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

use Denpa\Bitcoin\Exceptions;
use Denpa\Bitcoin\Responses\BitcoindResponse;
use Psr\Http\Message\ResponseInterface;
use GuzzleHttp\Psr7\Response;
use GuzzleHttp\Psr7\BufferStream;
use GuzzleHttp\Psr7\Response;
use Psr\Http\Message\ResponseInterface;

class BitcoindResponseTest extends TestCase
{
Expand Down

0 comments on commit 47b9ae2

Please sign in to comment.