@@ -16,16 +16,18 @@ |
||
| 16 | 16 | |
| 17 | 17 | /** |
| 18 | 18 | * @param CollectionInterface $educations |
| 19 | + * @return Cv |
|
| 19 | 20 | */ |
| 20 | 21 | public function setEducations(CollectionInterface $educations); |
| 21 | 22 | |
| 22 | 23 | /** |
| 23 | - * @return the $employments |
|
| 24 | + * @return \Doctrine\Common\Collections\ArrayCollection $employments |
|
| 24 | 25 | */ |
| 25 | 26 | public function getEmployments(); |
| 26 | 27 | |
| 27 | 28 | /** |
| 28 | - * @param field_type $employments |
|
| 29 | + * @param CollectionInterface $employments |
|
| 30 | + * @return Cv |
|
| 29 | 31 | */ |
| 30 | 32 | public function setEmployments(CollectionInterface $employments); |
| 31 | 33 | } |