Completed
Pull Request — develop (#20)
by Axel
02:06
created
Manager/ProjectManager.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 
52 52
     /**
53 53
      * @param string $name
54
-     * @param UserInterface $productOwner
54
+     * @param \Developtech\AgilityBundle\Tests\Mock\User $productOwner
55 55
      * @return \DevelopTech\AgilityBundle\ProjectModel
56 56
      */
57 57
     public function createProject($name, UserInterface $productOwner) {
Please login to merge, or discard this patch.
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,13 +3,9 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.