@@ -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 | { |