Completed
Pull Request — master (#27)
by
unknown
07:30
created
lib/ApiClient/AbstractApiClient.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace MovingImage\Client\VMPro\ApiClient;
4 4
 
5 5
 use Doctrine\Common\Collections\ArrayCollection;
6
+use MovingImage\Client\VMPro\Entity\Attachment;
6 7
 use MovingImage\Client\VMPro\Entity\Channel;
7 8
 use MovingImage\Client\VMPro\Entity\EmbedCode;
8 9
 use MovingImage\Client\VMPro\Entity\Video;
9
-use MovingImage\Client\VMPro\Entity\Attachment;
10 10
 use MovingImage\Client\VMPro\Entity\VideoRequestParameters;
11 11
 use MovingImage\Client\VMPro\Entity\VideosRequestParameters;
12 12
 use MovingImage\Client\VMPro\Interfaces\ApiClientInterface;
Please login to merge, or discard this patch.