@@ -79,7 +79,6 @@ |
||
79 | 79 | |
80 | 80 | /** |
81 | 81 | * @param Institution $institution |
82 | - * @param InstitutionAuthorizationOption $institutionOption |
|
83 | 82 | * @throws \Doctrine\ORM\OptimisticLockException |
84 | 83 | */ |
85 | 84 | public function clearInstitutionOption(Institution $institution) |
@@ -23,5 +23,8 @@ |
||
23 | 23 | |
24 | 24 | interface InstitutionRoleSetInterface |
25 | 25 | { |
26 | + /** |
|
27 | + * @return InstitutionRole[] |
|
28 | + */ |
|
26 | 29 | public function getRoles(); |
27 | 30 | } |