@@ -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 | } |
@@ -35,7 +35,6 @@ |
||
35 | 35 | |
36 | 36 | /** |
37 | 37 | * AuthorizationContext constructor. |
38 | - * @param string $actorId |
|
39 | 38 | * @param string $actorInstitution |
40 | 39 | * @param InstitutionRoleSetInterface $roleRequirements |
41 | 40 | */ |