summaryrefslogtreecommitdiffstats
path: root/Acl/Domain/AuditLogger.php
diff options
context:
space:
mode:
Diffstat (limited to 'Acl/Domain/AuditLogger.php')
-rw-r--r--Acl/Domain/AuditLogger.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Domain/AuditLogger.php b/Acl/Domain/AuditLogger.php
index fa91b60..8174873 100644
--- a/Acl/Domain/AuditLogger.php
+++ b/Acl/Domain/AuditLogger.php
@@ -36,7 +36,7 @@ abstract class AuditLogger implements AuditLoggerInterface
if ($granted && $ace->isAuditSuccess()) {
$this->doLog($granted, $ace);
- } else if (!$granted && $ace->isAuditFailure()) {
+ } elseif (!$granted && $ace->isAuditFailure()) {
$this->doLog($granted, $ace);
}
}