diff options
Diffstat (limited to 'Acl/Exception')
-rw-r--r-- | Acl/Exception/Exception.php | 2 | ||||
-rw-r--r-- | Acl/Exception/NotAllAclsFoundException.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Acl/Exception/Exception.php b/Acl/Exception/Exception.php index d381c57..a38c8ee 100644 --- a/Acl/Exception/Exception.php +++ b/Acl/Exception/Exception.php @@ -12,7 +12,7 @@ namespace Symfony\Component\Security\Acl\Exception; /** - * Base ACL exception + * Base ACL exception. * * @author Johannes M. Schmitt <schmittjoh@gmail.com> */ diff --git a/Acl/Exception/NotAllAclsFoundException.php b/Acl/Exception/NotAllAclsFoundException.php index 3c02495..a634382 100644 --- a/Acl/Exception/NotAllAclsFoundException.php +++ b/Acl/Exception/NotAllAclsFoundException.php @@ -25,7 +25,7 @@ class NotAllAclsFoundException extends AclNotFoundException private $partialResult; /** - * Sets the partial result + * Sets the partial result. * * @param \SplObjectStorage $result */ @@ -35,7 +35,7 @@ class NotAllAclsFoundException extends AclNotFoundException } /** - * Returns the partial result + * Returns the partial result. * * @return \SplObjectStorage */ |