Merge pull request #10886 from frederic34/patch-2

phpcs fix
This commit is contained in:
Laurent Destailleur 2019-03-19 13:45:20 +01:00 committed by GitHub
commit 320fc47bf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -52,14 +52,14 @@ class Subscription extends CommonObject
* *
* @var integer * @var integer
*/ */
public $datec; public $datec;
/** /**
* Date modification record (tms) * Date modification record (tms)
* *
* @var integer * @var integer
*/ */
public $datem; public $datem;
/** /**
* Subscription start date (date subscription) * Subscription start date (date subscription)

View File

@ -93,14 +93,14 @@ class ActionComm extends CommonObject
* *
* @var integer * @var integer
*/ */
public $datec; public $datec;
/** /**
* Date modification record (tms) * Date modification record (tms)
* *
* @var integer * @var integer
*/ */
public $datem; public $datem;
/** /**
* Object user that create action * Object user that create action
@ -142,7 +142,7 @@ class ActionComm extends CommonObject
* *
* @var integer * @var integer
*/ */
public $datep2; public $datep2;
/** /**
* @var int -1=Unkown duration * @var int -1=Unkown duration