2
0
forked from Wavyzz/dolibarr

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
*/
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