@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | |
48 | 48 | /** |
49 | 49 | * @param IdentityId $identityId The RA's identity id. |
50 | - * @return null|RaListing[] |
|
50 | + * @return RaListing[] |
|
51 | 51 | */ |
52 | 52 | public function findByIdentityId(IdentityId $identityId) |
53 | 53 | { |
@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | /** |
58 | 58 | * @param IdentityId $identityId The RA's identity id. |
59 | 59 | * @param Institution $raInstitution |
60 | - * @return null|RaListing |
|
60 | + * @return RaListing |
|
61 | 61 | */ |
62 | 62 | public function findByIdentityIdAndRaInstitution(IdentityId $identityId, Institution $raInstitution) |
63 | 63 | { |
@@ -85,7 +85,7 @@ |
||
85 | 85 | } |
86 | 86 | |
87 | 87 | /** |
88 | - * @param Institution $identity |
|
88 | + * @param IdentityId $identity |
|
89 | 89 | * @return AuthorizedInstitutionCollection |
90 | 90 | */ |
91 | 91 | private function findAuthorizationsBy(IdentityId $identity) |