From fccd76aeae1ec2128e0d9095f68ba68cae5330b3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 22 Dec 2018 19:25:08 +0100 Subject: [PATCH] Fix phpcs --- htdocs/modulebuilder/template/class/myobject.class.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/modulebuilder/template/class/myobject.class.php b/htdocs/modulebuilder/template/class/myobject.class.php index 673e9539e74..b102ab004a9 100644 --- a/htdocs/modulebuilder/template/class/myobject.class.php +++ b/htdocs/modulebuilder/template/class/myobject.class.php @@ -120,7 +120,7 @@ class MyObject extends CommonObject * @var string label */ public $label; - + /** * @var string amount */ @@ -130,12 +130,12 @@ class MyObject extends CommonObject * @var int Status */ public $status; - + /** * @var string date_creation */ public $date_creation; - + /** * @var string tms */ @@ -150,7 +150,7 @@ class MyObject extends CommonObject * @var int ID */ public $fk_user_modif; - + /** * @var string import_key */ @@ -570,7 +570,7 @@ class MyObject extends CommonObject } /** - * Load the info information in the object + * Load the info information in the object * * @param int $id Id of object * @return void