Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from findbrok/analysis-XNL9kp
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
percymamedy authored Jan 21, 2017
2 parents 57f20e3 + c809c1a commit 87f9ff6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Bridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace FindBrok\WatsonBridge;

use FindBrok\WatsonBridge\Exceptions\WatsonBridgeException;
use GuzzleHttp\Client;
use GuzzleHttp\Exception\ClientException;
use GuzzleHttp\Psr7\Response;
use GuzzleHttp\Exception\ClientException;
use FindBrok\WatsonBridge\Exceptions\WatsonBridgeException;

class Bridge
{
Expand Down
6 changes: 3 additions & 3 deletions tests/TestBridge.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php

use Carbon\Carbon;
use FindBrok\WatsonBridge\Bridge;
use GuzzleHttp\Client;
use GuzzleHttp\Exception\ClientException;
use GuzzleHttp\Handler\MockHandler;
use GuzzleHttp\HandlerStack;
use GuzzleHttp\Psr7\Request;
use GuzzleHttp\Psr7\Response;
use FindBrok\WatsonBridge\Bridge;
use GuzzleHttp\Handler\MockHandler;
use GuzzleHttp\Exception\ClientException;

class TestBridge extends PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit 87f9ff6

Please sign in to comment.