Merge pull request #21264 from fboitel/fboitel-dev-scrutinizer-009

BUG FIX Attribute datee doesn't exist on class Task
This commit is contained in:
Laurent Destailleur 2022-06-17 14:50:11 +02:00 committed by GitHub
commit 3481a4652a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,11 @@ class Task extends CommonObjectLine
public $date_end;
public $progress;
/**
* @deprecated Use date_end instead
*/
public $datee;
/**
* @var int ID
*/