Passed
Pull Request — master (#5)
by Mathieu
02:51
created
Entity/Category.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,10 +5,8 @@
 block discarded – undo
5 5
 use Doctrine\ORM\Mapping as ORM;
6 6
 use Knp\DoctrineBehaviors\Model as ORMBehaviors;
7 7
 use Symfony\Component\Validator\Constraints as Assert;
8
-
9 8
 use Matks\Bundle\CustomerSupportBundle\Model\TicketInterface;
10 9
 use Matks\Bundle\CustomerSupportBundle\Model\CategoryInterface;
11
-
12 10
 use Doctrine\Common\Collections\ArrayCollection;
13 11
 use LogicException;
14 12
 
Please login to merge, or discard this patch.
Entity/Ticket.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,11 +6,9 @@
 block discarded – undo
6 6
 use Knp\DoctrineBehaviors\Model as ORMBehaviors;
7 7
 use Symfony\Component\Validator\Constraints as Assert;
8 8
 use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
9
-
10 9
 use Matks\Bundle\CustomerSupportBundle\Model\TicketInterface;
11 10
 use Matks\Bundle\CustomerSupportBundle\Model\MessageInterface;
12 11
 use Matks\Bundle\CustomerSupportBundle\Model\CategoryInterface;
13
-
14 12
 use Doctrine\Common\Collections\ArrayCollection;
15 13
 use LogicException;
16 14
 
Please login to merge, or discard this patch.