@@ -3,13 +3,9 @@ |
||
| 3 | 3 | namespace Developtech\AgilityBundle\Manager; |
| 4 | 4 | |
| 5 | 5 | use Doctrine\ORM\EntityManager; |
| 6 | - |
|
| 7 | 6 | use Developtech\AgilityBundle\Entity\Project; |
| 8 | - |
|
| 9 | 7 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
| 10 | - |
|
| 11 | 8 | use Symfony\Component\Security\Core\User\UserInterface; |
| 12 | - |
|
| 13 | 9 | use Developtech\AgilityBundle\Utils\Slugger; |
| 14 | 10 | |
| 15 | 11 | class ProjectManager { |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | protected $projectClass; |
| 22 | 22 | |
| 23 | 23 | /** |
| 24 | - * @param Doctrine\ORM\EntityManager $em |
|
| 24 | + * @param EntityManager $em |
|
| 25 | 25 | */ |
| 26 | 26 | public function __construct(EntityManager $em, Slugger $slugger, $projectClass) { |
| 27 | 27 | $this->em = $em; |
@@ -3,12 +3,9 @@ |
||
| 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\FeatureModel; |
| 9 | - |
|
| 10 | 8 | use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
| 11 | - |
|
| 12 | 9 | use Developtech\AgilityBundle\Utils\Slugger; |
| 13 | 10 | |
| 14 | 11 | class FeatureManager { |