Completed
Push — bugfix/fix-auth-filter ( 33070f...354f8d )
by
unknown
02:26
created
StepupMiddleware/ApiBundle/Identity/Repository/RaListingRepository.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.