Completed
Push — master ( 831cd8...4849d0 )
by
unknown
45:37 queued 20:41
created
lib/Entity/Video.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace MovingImage\Client\VMPro\Entity;
4 4
 
5
-use JMS\Serializer\Annotation\Type;
6 5
 use JMS\Serializer\Annotation\SerializedName;
6
+use JMS\Serializer\Annotation\Type;
7 7
 use MovingImage\Meta\Interfaces\VideoInterface;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.
lib/ApiClient/Guzzle5ApiClient.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,11 +3,11 @@
 block discarded – undo
3 3
 namespace MovingImage\Client\VMPro\ApiClient;
4 4
 
5 5
 use GuzzleHttp\Message\Response;
6
-use MovingImage\Client\VMPro\ApiClient;
7
-use MovingImage\Client\VMPro\Interfaces\ApiClientInterface;
8 6
 use GuzzleHttp\Message\ResponseInterface;
9
-use MovingImage\Client\VMPro\Exception;
10 7
 use GuzzleHttp\Stream\Stream;
8
+use MovingImage\Client\VMPro\ApiClient;
9
+use MovingImage\Client\VMPro\Exception;
10
+use MovingImage\Client\VMPro\Interfaces\ApiClientInterface;
11 11
 
12 12
 /**
13 13
  * Class Guzzle5ApiClient.
Please login to merge, or discard this patch.
lib/Entity/Channel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace MovingImage\Client\VMPro\Entity;
4 4
 
5 5
 use Doctrine\Common\Collections\ArrayCollection;
6
-use JMS\Serializer\Annotation\Type;
7 6
 use JMS\Serializer\Annotation\SerializedName;
7
+use JMS\Serializer\Annotation\Type;
8 8
 use MovingImage\Meta\Interfaces\ChannelInterface;
9 9
 
10 10
 /**
Please login to merge, or discard this patch.
lib/ApiClient/AbstractApiClient.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,13 +10,13 @@
 block discarded – undo
10 10
 use MovingImage\Client\VMPro\Entity\ChannelsRequestParameters;
11 11
 use MovingImage\Client\VMPro\Entity\EmbedCode;
12 12
 use MovingImage\Client\VMPro\Entity\Keyword;
13
+use MovingImage\Client\VMPro\Entity\Thumbnail;
13 14
 use MovingImage\Client\VMPro\Entity\UserInfo;
14 15
 use MovingImage\Client\VMPro\Entity\Video;
15 16
 use MovingImage\Client\VMPro\Entity\VideoDownloadUrl;
16 17
 use MovingImage\Client\VMPro\Entity\VideoManager;
17 18
 use MovingImage\Client\VMPro\Entity\VideoRequestParameters;
18 19
 use MovingImage\Client\VMPro\Entity\VideosRequestParameters;
19
-use MovingImage\Client\VMPro\Entity\Thumbnail;
20 20
 use MovingImage\Client\VMPro\Interfaces\ApiClientInterface;
21 21
 use MovingImage\Client\VMPro\Util\ChannelTrait;
22 22
 use MovingImage\Client\VMPro\Util\Logging\Traits\LoggerAwareTrait;
Please login to merge, or discard this patch.