summaryrefslogtreecommitdiffstats
path: root/Acl/Model/AuditableEntryInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'Acl/Model/AuditableEntryInterface.php')
-rw-r--r--Acl/Model/AuditableEntryInterface.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Acl/Model/AuditableEntryInterface.php b/Acl/Model/AuditableEntryInterface.php
index 509acda..9561577 100644
--- a/Acl/Model/AuditableEntryInterface.php
+++ b/Acl/Model/AuditableEntryInterface.php
@@ -19,14 +19,14 @@ namespace Symfony\Component\Security\Acl\Model;
interface AuditableEntryInterface extends EntryInterface
{
/**
- * Whether auditing for successful grants is turned on
+ * Whether auditing for successful grants is turned on.
*
* @return bool
*/
public function isAuditFailure();
/**
- * Whether auditing for successful denies is turned on
+ * Whether auditing for successful denies is turned on.
*
* @return bool
*/