Fix white spaces

This commit is contained in:
Philippe GRAND 2018-08-29 12:31:36 +02:00
parent 4b7dd5ace3
commit 32a9e35a6a

View File

@ -36,7 +36,7 @@ class Ctyperesource
* @var string Id to identify managed objects * @var string Id to identify managed objects
*/ */
public $element = 'ctyperesource'; public $element = 'ctyperesource';
/** /**
* @var string Name of table without prefix where object is stored * @var string Name of table without prefix where object is stored
*/ */
@ -48,12 +48,12 @@ class Ctyperesource
public $lines = array(); public $lines = array();
public $code; public $code;
/** /**
* @var string proper name for given parameter * @var string proper name for given parameter
*/ */
public $label; public $label;
public $active; public $active;
@ -480,17 +480,17 @@ class CtyperesourceLine
* @var int ID * @var int ID
*/ */
public $id; public $id;
/** /**
* @var mixed Sample line property 1 * @var mixed Sample line property 1
*/ */
public $code; public $code;
/** /**
* @var string proper name for given parameter * @var string proper name for given parameter
*/ */
public $label; public $label;
public $active; public $active;
/** /**