Completed
Push — feature/fga-disable-document-n... ( 97c408...596866 )
by Michiel
79:40 queued 41:53
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.