Completed
Push — feature/fga-ra-management ( 037bdc...e11d53 )
by
unknown
16:22
created
Stepup/Identity/Event/RegistrationAuthorityInformationAmendedEvent.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@
 block discarded – undo
48 48
      * @param NameId $nameId
49 49
      * @param Location $location
50 50
      * @param ContactInformation $contactInformation
51
-     * @param Institution $raInstitution
52 51
      */
53 52
     public function __construct(
54 53
         IdentityId $identityId,
Please login to merge, or discard this patch.
src/Surfnet/Stepup/Identity/Identity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1001,7 +1001,7 @@
 block discarded – undo
1001 1001
     /**
1002 1002
      * This method is kept to be backwards compatible for changes before FGA
1003 1003
      *
1004
-     * @param AppointedAsRaaEvent $event
1004
+     * @param IdentityAccreditedAsRaEvent $event
1005 1005
      */
1006 1006
     protected function applyIdentityAccreditedAsRaEvent(IdentityAccreditedAsRaEvent $event)
1007 1007
     {
Please login to merge, or discard this patch.