Completed
Push — master ( b8323d...c7c022 )
by Anton
06:31 queued 04:22
created
src/Yandex/Common/AbstractServiceClient.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use GuzzleHttp\Client;
15 15
 use GuzzleHttp\ClientInterface;
16
-use Psr\Http\Message\UriInterface;
17 16
 use GuzzleHttp\Exception\ClientException;
18 17
 use GuzzleHttp\Psr7\Response;
19 18
 use Yandex\Common\Exception\MissedArgumentException;
Please login to merge, or discard this patch.
src/Yandex/DataSync/DataSyncClient.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
  */
12 12
 namespace Yandex\DataSync;
13 13
 
14
-use Psr\Http\Message\UriInterface;
15 14
 use Yandex\Common\AbstractServiceClient;
16 15
 use GuzzleHttp\Psr7\Response;
17 16
 use GuzzleHttp\Exception\ClientException;
Please login to merge, or discard this patch.
src/Yandex/Market/Content/ContentClient.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use GuzzleHttp\Client;
15 15
 use GuzzleHttp\ClientInterface;
16
-use Psr\Http\Message\UriInterface;
17 16
 use Yandex\Common\AbstractServiceClient;
18 17
 use GuzzleHttp\Psr7\Response;
19 18
 use GuzzleHttp\Exception\ClientException;
Please login to merge, or discard this patch.
src/Yandex/Market/Partner/PartnerClient.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
  */
12 12
 namespace Yandex\Market\Partner;
13 13
 
14
-use Psr\Http\Message\UriInterface;
15 14
 use Yandex\Common\AbstractServiceClient;
16 15
 use GuzzleHttp\Psr7\Response;
17 16
 use GuzzleHttp\Exception\ClientException;
Please login to merge, or discard this patch.
src/Yandex/Metrica/MetricaClient.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use GuzzleHttp\ClientInterface;
15 15
 use Yandex\Common\AbstractServiceClient;
16
-use Psr\Http\Message\UriInterface;
17 16
 use GuzzleHttp\Psr7\Response;
18 17
 use GuzzleHttp\Exception\ClientException;
19 18
 use Yandex\Common\Exception\ForbiddenException;
Please login to merge, or discard this patch.
src/Yandex/SafeBrowsing/SafeBrowsingClient.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
  */
12 12
 namespace Yandex\SafeBrowsing;
13 13
 
14
-use Psr\Http\Message\UriInterface;
15 14
 use Yandex\Common\AbstractServiceClient;
16 15
 use GuzzleHttp\Psr7\Response;
17 16
 use GuzzleHttp\Exception\ClientException;
Please login to merge, or discard this patch.