From c809c1adcb193bf2bb33d854a86893aabed2fb7c Mon Sep 17 00:00:00 2001 From: Percy Mamedy Date: Sat, 21 Jan 2017 15:33:05 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Bridge.php | 4 ++-- tests/TestBridge.php | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Bridge.php b/src/Bridge.php index 0628661..4d6e7ac 100644 --- a/src/Bridge.php +++ b/src/Bridge.php @@ -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 { diff --git a/tests/TestBridge.php b/tests/TestBridge.php index 6039f1c..b9f417c 100644 --- a/tests/TestBridge.php +++ b/tests/TestBridge.php @@ -1,13 +1,13 @@