diff options
Diffstat (limited to 'Acl/Model/PermissionGrantingStrategyInterface.php')
-rw-r--r-- | Acl/Model/PermissionGrantingStrategyInterface.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Acl/Model/PermissionGrantingStrategyInterface.php b/Acl/Model/PermissionGrantingStrategyInterface.php index 7ff475f..fa3430d 100644 --- a/Acl/Model/PermissionGrantingStrategyInterface.php +++ b/Acl/Model/PermissionGrantingStrategyInterface.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Security\Acl\Model; interface PermissionGrantingStrategyInterface { /** - * Determines whether access to a domain object is to be granted + * Determines whether access to a domain object is to be granted. * * @param AclInterface $acl * @param array $masks @@ -31,7 +31,7 @@ interface PermissionGrantingStrategyInterface public function isGranted(AclInterface $acl, array $masks, array $sids, $administrativeMode = false); /** - * Determines whether access to a domain object's field is to be granted + * Determines whether access to a domain object's field is to be granted. * * @param AclInterface $acl * @param string $field |