Completed
Push — master ( d36ac0...567b9f )
by Christophe
03:37
created
src/Client.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,17 +2,17 @@
 block discarded – undo
2 2
 
3 3
 namespace Gerfaut\Yelp;
4 4
 
5
+use Doctrine\Common\Annotations\AnnotationRegistry;
5 6
 use Gerfaut\Yelp\Exception\ApiException;
6 7
 use Gerfaut\Yelp\Exception\DeserializeException;
7 8
 use Gerfaut\Yelp\Model\AutocompleteResponse;
8 9
 use Gerfaut\Yelp\Model\Business;
9 10
 use Gerfaut\Yelp\Model\BusinessesResponse;
10 11
 use Gerfaut\Yelp\Model\ReviewsResponse;
12
+use GuzzleHttp\Client as HttpClient;
11 13
 use GuzzleHttp\Exception\ClientException;
12 14
 use JMS\Serializer\Serializer;
13 15
 use JMS\Serializer\SerializerBuilder;
14
-use GuzzleHttp\Client as HttpClient;
15
-use Doctrine\Common\Annotations\AnnotationRegistry;
16 16
 
17 17
 /**
18 18
  * Class Client
Please login to merge, or discard this patch.