From 980cd0870491ecd503e4e36d1e400f398b3ea015 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Thu, 5 Jun 2014 17:39:15 +0200 Subject: [PATCH] fix cs --- core/lib/Thelia/Model/ModuleQuery.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)