diff options
Diffstat (limited to 'Authorization/AccessDecisionManager.php')
-rw-r--r-- | Authorization/AccessDecisionManager.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Authorization/AccessDecisionManager.php b/Authorization/AccessDecisionManager.php index 4b3cae4..f927a42 100644 --- a/Authorization/AccessDecisionManager.php +++ b/Authorization/AccessDecisionManager.php @@ -150,11 +150,13 @@ class AccessDecisionManager implements AccessDecisionManagerInterface /** * Grants access if there is consensus of granted against denied responses. * - * Consensus means majority-rule (ignoring abstains) rather than unanimous agreement (ignoring abstains). - * If you require unanimity, see UnanimousBased. + * Consensus means majority-rule (ignoring abstains) rather than unanimous + * agreement (ignoring abstains). If you require unanimity, see + * UnanimousBased. * - * If there were an equal number of grant and deny votes, the decision will be based on the - * allowIfEqualGrantedDeniedDecisions property value (defaults to true). + * If there were an equal number of grant and deny votes, the decision will + * be based on the allowIfEqualGrantedDeniedDecisions property value + * (defaults to true). * * If all voters abstained from voting, the decision will be based on the * allowIfAllAbstainDecisions property value (defaults to false). |