Completed
Push — feature/fga-authz-service ( 1b6b81...840ce0 )
by Michiel
31:15 queued 21:02
created
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.