Fixed error with types

This commit is contained in:
José González 2021-05-06 17:44:32 +02:00
parent 6570441fd2
commit 9288a31e58
1 changed files with 2 additions and 2 deletions

View File

@ -577,7 +577,7 @@ function modules_update_agent_module(
* Creates a module in an agent.
*
* @param integer $id_agent Agent id.
* @param integer $name Module name id.
* @param string $name Module name id.
* @param array $values Extra values for the module.
* @param boolean $disableACL Disable the ACL checking, for default false.
* @param mixed $tags Array with tag's ids or false.
@ -586,7 +586,7 @@ function modules_update_agent_module(
*/
function modules_create_agent_module(
int $id_agent,
int $name,
string $name,
array $values=[],
bool $disableACL=false,
$tags=false