Completed
Pull Request — master (#3)
by Tristan
07:43 queued 04:37
created
Api/Search.php 1 patch
Unused Use Statements   -10 removed lines patch added patch discarded remove patch
@@ -8,17 +8,7 @@
 block discarded – undo
8 8
 
9 9
 namespace Tristanbes\MyPoseoBundle\Api;
10 10
 
11
-use Http\Client\Common\PluginClient;
12
-use Http\Client\HttpClient;
13
-use Doctrine\Common\Cache\Cache;
14
-use Http\Discovery\MessageFactoryDiscovery;
15
-use Http\Message\Authentication\QueryParam;
16
-use Http\Client\Common\Plugin\AuthenticationPlugin;
17
-
18
-use Psr\Http\Message\RequestInterface;
19
-use Psr\Http\Message\ResponseInterface;
20 11
 use Tristanbes\MyPoseoBundle\Connection\RestClient;
21
-use Tristanbes\MyPoseoBundle\Exception\NotEnoughCreditsException;
22 12
 
23 13
 /**
24 14
  * @see http://fr.myposeo.com/nos-api/api-search/
Please login to merge, or discard this patch.