Fix phpcs

This commit is contained in:
Laurent Destailleur 2018-12-22 19:25:08 +01:00
parent afac151793
commit fccd76aeae

View File

@ -120,7 +120,7 @@ class MyObject extends CommonObject
* @var string label * @var string label
*/ */
public $label; public $label;
/** /**
* @var string amount * @var string amount
*/ */
@ -130,12 +130,12 @@ class MyObject extends CommonObject
* @var int Status * @var int Status
*/ */
public $status; public $status;
/** /**
* @var string date_creation * @var string date_creation
*/ */
public $date_creation; public $date_creation;
/** /**
* @var string tms * @var string tms
*/ */
@ -150,7 +150,7 @@ class MyObject extends CommonObject
* @var int ID * @var int ID
*/ */
public $fk_user_modif; public $fk_user_modif;
/** /**
* @var string import_key * @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 * @param int $id Id of object
* @return void * @return void