Verified Commit 026df96c authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: refactor(audit): improve constructor and method formatting in auditTask class

parent 4b6237b0
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -64,7 +64,7 @@ class auditTask extends simplePlugin
];
}
function __construct($dn = NULL, $object = NULL, $parent = NULL, $mainTab = FALSE)
function __construct ($dn = NULL, $object = NULL, $parent = NULL, $mainTab = FALSE)
{
parent::__construct($dn, $object, $parent, $mainTab);
......@@ -77,7 +77,7 @@ class auditTask extends simplePlugin
$this->attributesAccess['fdAuditSyslogEnabled']->setSubmitForm('updateFieldsState');
}
function updateFieldsState()
function updateFieldsState ()
{
// Disable "Retaining days" if Syslog Transformation is enabled
$this->attributesAccess['fdAuditTasksRetention']->setDisabled(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment