diff options
Diffstat (limited to 'Acl/Domain/AuditLogger.php')
-rw-r--r-- | Acl/Domain/AuditLogger.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Domain/AuditLogger.php b/Acl/Domain/AuditLogger.php index 9f95d06..7c4bf1a 100644 --- a/Acl/Domain/AuditLogger.php +++ b/Acl/Domain/AuditLogger.php @@ -45,7 +45,7 @@ abstract class AuditLogger implements AuditLoggerInterface /** * This method is only called when logging is needed * - * @param Boolean $granted + * @param Boolean $granted * @param EntryInterface $ace * @return void */ |