Completed
Push — feature/fga-ra-management ( e1e438...be5a02 )
by Michiel
91:16 queued 70:20
created
src/Surfnet/StepupRa/RaBundle/Command/ExportRaSecondFactorsCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
     /**
91 91
      * Builds the command from a SearchRaSecondFactorsCommand
92 92
      * @param SearchRaSecondFactorsCommand $command
93
-     * @param string $institution
93
+     * @param string $actorInstitution
94 94
      * @return ExportRaSecondFactorsCommand
95 95
      */
96 96
     public static function fromSearchCommand(SearchRaSecondFactorsCommand $command, $actorInstitution)
Please login to merge, or discard this patch.
RaBundle/Security/Authorization/Voter/AllowedInOtherInstitutionVoter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -114,6 +114,9 @@
 block discarded – undo
114 114
         return in_array($attribute, [self::VIEW_AUDITLOG]);
115 115
     }
116 116
 
117
+    /**
118
+     * @param string $class
119
+     */
117 120
     private function supportsClass($class)
118 121
     {
119 122
         $supportedClass = InstitutionContext::class;
Please login to merge, or discard this patch.