Completed
Push — master ( 959e79...856e20 )
by Jan
06:43
created
src/Security/Voter/GroupVoter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     protected function voteOnUser($attribute, $subject, User $user): bool
52 52
     {
53 53
         if ($subject instanceof Group) {
54
-            return $this->resolver->inherit($user,'groups', $attribute) ?? false;
54
+            return $this->resolver->inherit($user, 'groups', $attribute) ?? false;
55 55
         }
56 56
 
57 57
         return false;
Please login to merge, or discard this patch.