Completed
Pull Request — feature/fine-grained-authoriza... (#242)
by
unknown
05:24 queued 02:46
created
ApiBundle/Identity/Repository/VerifiedSecondFactorRepository.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -87,8 +87,6 @@
 block discarded – undo
87 87
 
88 88
     /**
89 89
      * @param VerifiedSecondFactorQuery $query
90
-     * @param InstitutionAuthorizationContextInterface $authorizationContext
91
-     * @param InstitutionAuthorizationRepositoryFilter $authorizationRepositoryFilter
92 90
      * @return Query
93 91
      */
94 92
     public function createSearchQuery(VerifiedSecondFactorQuery $query)
Please login to merge, or discard this patch.
src/Surfnet/StepupMiddleware/ApiBundle/Identity/Service/IdentityService.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,6 @@
 block discarded – undo
73 73
 
74 74
     /**
75 75
      * @param IdentityQuery $query
76
-     * @param InstitutionRoleSet $institutionRoles
77 76
      * @return \Pagerfanta\Pagerfanta
78 77
      */
79 78
     public function search(IdentityQuery $query)
Please login to merge, or discard this patch.