diff --git a/pandora_console/include/lib/Entity.php b/pandora_console/include/lib/Entity.php index 221752ea99..92c204c50d 100644 --- a/pandora_console/include/lib/Entity.php +++ b/pandora_console/include/lib/Entity.php @@ -61,9 +61,9 @@ abstract class Entity /** * Defines a generic constructor to extract information of the object. * - * @param string $table Table. - * @param array|null $filters Filters, for instance ['id' => $id]. - * @param string|null $enterprise Enterprise class name. + * @param string $table Table. + * @param array|null $filters Filters, for instance ['id' => $id]. + * @param string|null $enterprise_class Enterprise class name. * * @throws \Exception On error. */