Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-03-21 20:15:19 +01:00
parent 78ca554240
commit ee4150665e
6 changed files with 22 additions and 22 deletions

View File

@ -1546,8 +1546,8 @@ class Account extends CommonObject
* Some countries show less or more bank account properties to the user * Some countries show less or more bank account properties to the user
* *
* @param int $includeibanbic 1=Return also key for IBAN and BIC * @param int $includeibanbic 1=Return also key for IBAN and BIC
* @return array * @return array Array of fields to show
* @see useDetailedBBAN * @see useDetailedBBAN()
*/ */
public function getFieldsToShow($includeibanbic = 0) public function getFieldsToShow($includeibanbic = 0)
{ {
@ -1698,8 +1698,8 @@ class AccountLine extends CommonObject
* *
* @var integer * @var integer
*/ */
public $datec; public $datec;
/** /**
* Date (dateo) * Date (dateo)
* *
@ -1713,7 +1713,7 @@ class AccountLine extends CommonObject
* @var integer * @var integer
*/ */
public $datev; public $datev;
public $amount; public $amount;
/** /**

View File

@ -62,8 +62,8 @@ class Deplacement extends CommonObject
* *
* @var integer * @var integer
*/ */
public $datec; public $datec;
/** /**
* Date (dated) * Date (dated)
* *

View File

@ -42,7 +42,7 @@ class Comment extends CommonObject
* @var string description * @var string description
*/ */
public $description; public $description;
/** /**
* Date modification record (tms) * Date modification record (tms)
* *
@ -55,7 +55,7 @@ class Comment extends CommonObject
* *
* @var integer * @var integer
*/ */
public $datec; public $datec;
/** /**
* @var int ID * @var int ID

View File

@ -69,26 +69,26 @@ class Fichinter extends CommonObject
public $socid; // Id client public $socid; // Id client
public $author; public $author;
/** /**
* Date creation record (datec) * Date creation record (datec)
* *
* @var integer * @var integer
*/ */
public $datec; public $datec;
public $datev; public $datev;
public $dateo; public $dateo;
public $datee; public $datee;
public $datet; public $datet;
/** /**
* Date modification record (tms) * Date modification record (tms)
* *
* @var integer * @var integer
*/ */
public $datem; public $datem;
public $duration; public $duration;
public $statut = 0; // 0=draft, 1=validated, 2=invoiced, 3=Terminate public $statut = 0; // 0=draft, 1=validated, 2=invoiced, 3=Terminate

View File

@ -113,35 +113,35 @@ class FactureFournisseur extends CommonInvoice
public $author; public $author;
public $libelle; public $libelle;
/** /**
* Date creation record (datec) * Date creation record (datec)
* *
* @var integer * @var integer
*/ */
public $datec; public $datec;
/** /**
* Date modification record (tms) * Date modification record (tms)
* *
* @var integer * @var integer
*/ */
public $tms; public $tms;
/** /**
* Invoice date (date) * Invoice date (date)
* *
* @var integer * @var integer
*/ */
public $date; public $date;
/** /**
* Max payment date (date_echeance) * Max payment date (date_echeance)
* *
* @var integer * @var integer
*/ */
public $date_echeance; public $date_echeance;
public $amount=0; public $amount=0;
public $remise=0; public $remise=0;
public $tva=0; public $tva=0;

View File

@ -114,7 +114,7 @@ class User extends CommonObject
* @var integer * @var integer
*/ */
public $datec; public $datec;
/** /**
* Date modification record (tms) * Date modification record (tms)
* *