diff --git a/core/lib/Thelia/Model/ModuleQuery.php b/core/lib/Thelia/Model/ModuleQuery.php index 90a3dc8c2..fe08693af 100644 --- a/core/lib/Thelia/Model/ModuleQuery.php +++ b/core/lib/Thelia/Model/ModuleQuery.php @@ -39,8 +39,8 @@ class ModuleQuery extends BaseModuleQuery } /** - * @param int $moduleType the module type : classic, payment or delivery. Use BaseModule constant here. - * @param int $id the module id + * @param int $moduleType the module type : classic, payment or delivery. Use BaseModule constant here. + * @param int $id the module id * @return ModuleQuery */ public function filterActivatedByTypeAndId($moduleType, $id)