Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Clarification regarding completing query #1530

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/modules/zend.permissions.acl.intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ that "guest" is denied access to "someResource". This fact introduces an ambigui
denied and allowed access to "someResource", by reason of having inherited conflicting rules from different parent
roles.

``Zend\Permissions\Acl\Acl`` resolves this ambiguity by completing a query when it finds the first rule that is directly
``Zend\Permissions\Acl\Acl`` resolves this ambiguity by completing the query when it finds the first rule that is directly
applicable to the query. In this case, since the "member" role is examined before the "guest" role, the example
code would print "allowed".

Expand Down