mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Fixing style errors.
This commit is contained in:
@@ -64,12 +64,12 @@ class Livraison extends CommonObject
|
||||
public $ref_customer;
|
||||
|
||||
public $date_delivery; // Date really received
|
||||
|
||||
/**
|
||||
|
||||
/**
|
||||
* @var integer|string date_creation
|
||||
*/
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
|
||||
public $date_valid;
|
||||
public $model_pdf;
|
||||
|
||||
|
||||
@@ -80,13 +80,13 @@ class Reception extends CommonObject
|
||||
* @var int
|
||||
*/
|
||||
public $date_reception;
|
||||
|
||||
|
||||
/**
|
||||
* @var integer|string date_creation
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
|
||||
|
||||
|
||||
public $date_valid;
|
||||
|
||||
public $meths;
|
||||
|
||||
@@ -316,12 +316,12 @@ class Societe extends CommonObject
|
||||
* @var string
|
||||
*/
|
||||
public $user_modification;
|
||||
|
||||
/**
|
||||
|
||||
/**
|
||||
* @var integer|string date_creation
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
|
||||
/**
|
||||
* User that created the thirdparty
|
||||
* @var User
|
||||
|
||||
@@ -124,13 +124,13 @@ class SocieteAccount extends CommonObject
|
||||
public $date_last_login;
|
||||
public $date_previous_login;
|
||||
public $note_private;
|
||||
|
||||
|
||||
/**
|
||||
* @var integer|string date_creation
|
||||
*/
|
||||
public $date_creation;
|
||||
|
||||
|
||||
|
||||
|
||||
public $tms;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user