mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-17 15:18:40 +00:00
Add docblock
This commit is contained in:
parent
7b77ccb267
commit
8788628b55
|
|
@ -43,6 +43,12 @@ class TaskElement implements \JsonSerializable
|
||||||
*/
|
*/
|
||||||
private $description = '';
|
private $description = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Description raw.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
private $descriptionRaw = '';
|
private $descriptionRaw = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user