Verified Commit abb24c45 authored by dockx thibault's avatar dockx thibault
Browse files

:ambulance: Feat(CORE) - Fixes phpDoc

Fixes PHPDocs
Showing with 10 additions and 10 deletions
+10 -10
......@@ -127,9 +127,9 @@ class tasksLifeCycle extends simplePlugin
}
/*
* Set attributes values with defined supann states from configuration
*/
/**
* Set attributes values with defined supann states from configuration
*/
protected function setSupannStates (): void
{
global $config;
......@@ -168,9 +168,9 @@ class tasksLifeCycle extends simplePlugin
$this->attributesAccess['fdTasksLifeCyclePostSubState']->setChoices(array_keys($postSubStatesList), array_values($postSubStatesList));
}
/*
* Retrieve all the DNs from groups or members
*/
/**
* Retrieve all the DNs from groups or members
*/
public function getListOfDN (): void
{
global $config;
......@@ -206,10 +206,10 @@ class tasksLifeCycle extends simplePlugin
}
}
/*
* Generate slave tasks, careful that main task cannot be changed cause subtasks are not updated.
* It would be dangerous to edit subs tasks if some are under processed already.
*/
/**
* Generate slave tasks, careful that main task cannot be changed cause subtasks are not updated.
* It would be dangerous to edit subs tasks if some are under processed already.
*/
public function generateSlaveTasks ()
{
global $config;
......
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