Completed
Pull Request — master (#36)
by
unknown
36:38
created
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\Client\VMPro\Interfaces\ChannelInterface;
9 9
 
10 10
 /**
Please login to merge, or discard this patch.