Completed
Branch master (9d46f3)
by Manolo
10:58
created
Service/Voter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -306,7 +306,7 @@
 block discarded – undo
306 306
             return true;
307 307
         }
308 308
 
309
-        $anonPercent = $anonVotes ? ($anonVotes/($userVotes + $anonVotes)) * 100 : 0;
309
+        $anonPercent = $anonVotes ? ($anonVotes / ($userVotes + $anonVotes)) * 100 : 0;
310 310
         if ($anonPercent < $this->anonPercentAllowed) {
311 311
             return true;
312 312
         }
Please login to merge, or discard this patch.