Update commonobject.class.php

This commit is contained in:
Philippe Grand 2019-11-01 11:18:12 +01:00 committed by GitHub
parent 9fad5dc8fc
commit 74ae90f9da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -422,8 +422,8 @@ abstract class CommonObject
// Dates
/**
* @var int Date of creation
*/
* @var integer|string date_creation
*/
public $date_creation;