fixed comment. The parent ACL is not accessed in this method.

This commit is contained in:
Jörn Lang 2012-11-12 14:55:56 +01:00
parent 15a5868ab4
commit b3a8efd6cd
1 changed files with 2 additions and 4 deletions

View File

@ -122,10 +122,8 @@ class PermissionGrantingStrategy implements PermissionGrantingStrategyInterface
* permission/identity combination.
*
* This process is repeated until either a granting ACE is found, or no
* permission/identity combinations are left. In the latter case, we will
* call this method on the parent ACL if it exists, and isEntriesInheriting
* is true. Otherwise, we will either throw an NoAceFoundException, or deny
* access finally.
* permission/identity combinations are left. Finally, we will either throw
* an NoAceFoundException, or deny access.
*
* @param AclInterface $acl
* @param array $aces An array of ACE to check against