Completed
Push — bugfix/enforce_raa ( 841cd0...ad62b7 )
by
unknown
02:17
created
src/Surfnet/StepupMiddleware/ApiBundle/Controller/CommandController.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -185,6 +185,10 @@
 block discarded – undo
185 185
         ));
186 186
     }
187 187
 
188
+    /**
189
+     * @param string|null $actorId
190
+     * @param string|null $actorInstitution
191
+     */
188 192
     private function assertRaaCommandMayBeExecuted($actorId, $actorInstitution, Command $command)
189 193
     {
190 194
         // Assert RAA specific authorizations
Please login to merge, or discard this patch.