Fixing style errors.

This commit is contained in:
stickler-ci 2019-11-10 10:04:11 +00:00
parent b0d68a6de1
commit fae5d56d34

View File

@ -53,13 +53,13 @@ class ChargeSociales extends CommonObject
* {@inheritdoc}
*/
protected $table_ref_field = 'ref';
/**
* @var integer|string $date_ech
*/
public $date_ech;
public $label;
public $type;
public $type_label;
@ -76,7 +76,7 @@ class ChargeSociales extends CommonObject
* @var integer|string $date_modification
*/
public $date_modification;
/**
* @var integer|string $date_validation
*/