Completed
Pull Request — develop (#39)
by Axel
15:36
created
Entity/Project.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Developtech\AgilityBundle\Manager;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-
7 6
 use Developtech\AgilityBundle\Model\ProjectModel;
8 7
 
9 8
 class FeedbackManager {
Please login to merge, or discard this patch.
Manager/FeedbackManager.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -3,16 +3,11 @@
 block discarded – undo
3 3
 namespace Developtech\AgilityBundle\Manager;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-
7 6
 use Developtech\AgilityBundle\Model\ProjectModel;
8 7
 use Developtech\AgilityBundle\Model\FeedbackModel;
9
-
10 8
 use Developtech\AgilityBundle\Entity\Feedback;
11
-
12 9
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
13
-
14 10
 use Developtech\AgilityBundle\Utils\Slugger;
15
-
16 11
 use Symfony\Component\Security\Core\User\UserInterface;
17 12
 
18 13
 class FeedbackManager {
Please login to merge, or discard this patch.
Model/ProjectModel.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Developtech\AgilityBundle\Model;
4 4
 
5
-use Doctrine\ORM\Mapping as ORM;
6
-
7 5
 use Doctrine\Common\Collections\ArrayCollection;
8 6
 
9 7
 /**
Please login to merge, or discard this patch.