diff options
Diffstat (limited to 'Acl/Exception/NotAllAclsFoundException.php')
-rw-r--r-- | Acl/Exception/NotAllAclsFoundException.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |