Merge pull request #15233 from frederic34/patch-6

doxygen
This commit is contained in:
Laurent Destailleur 2020-10-31 15:02:32 +01:00 committed by GitHub
commit bb4bde4d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,9 +130,6 @@ class Asset extends CommonObject
*/
public $description;
public $note_public;
public $note_private;
/**
* @var integer|string date_creation
*/
@ -151,6 +148,9 @@ class Asset extends CommonObject
*/
public $fk_user_modif;
/**
* @var string import key
*/
public $import_key;
/**