@@ -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; |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | } |
| 50 | 50 | |
| 51 | 51 | /** |
| 52 | - * @param ProjectModel $project |
|
| 52 | + * @param ProjectModel $project |
|
| 53 | 53 | * @param string $name |
| 54 | 54 | * @param string $description |
| 55 | 55 | * @param integer $status |