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

Commit 87f9ff6

Browse files
authored
Merge pull request #5 from findbrok/analysis-XNL9kp
Apply fixes from StyleCI
2 parents 57f20e3 + c809c1a commit 87f9ff6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Bridge.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace FindBrok\WatsonBridge;
44

5-
use FindBrok\WatsonBridge\Exceptions\WatsonBridgeException;
65
use GuzzleHttp\Client;
7-
use GuzzleHttp\Exception\ClientException;
86
use GuzzleHttp\Psr7\Response;
7+
use GuzzleHttp\Exception\ClientException;
8+
use FindBrok\WatsonBridge\Exceptions\WatsonBridgeException;
99

1010
class Bridge
1111
{

tests/TestBridge.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22

33
use Carbon\Carbon;
4-
use FindBrok\WatsonBridge\Bridge;
54
use GuzzleHttp\Client;
6-
use GuzzleHttp\Exception\ClientException;
7-
use GuzzleHttp\Handler\MockHandler;
85
use GuzzleHttp\HandlerStack;
96
use GuzzleHttp\Psr7\Request;
107
use GuzzleHttp\Psr7\Response;
8+
use FindBrok\WatsonBridge\Bridge;
9+
use GuzzleHttp\Handler\MockHandler;
10+
use GuzzleHttp\Exception\ClientException;
1111

1212
class TestBridge extends PHPUnit_Framework_TestCase
1313
{

0 commit comments

Comments
 (0)