formatting fixes, bug fixes and support impl.

This commit is contained in:
Dennis Eichhorn 2021-07-04 18:27:21 +02:00
parent 8c228373f5
commit cd242cdd0f
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ namespace Modules\ProjectManagement\Models;
use phpOMS\Stdlib\Base\Enum;
/**
* Task type enum.
* Progress type enum.
*
* @package Modules\ProjectManagement\Models
* @license OMS License 1.0

View File

@ -17,7 +17,7 @@ namespace Modules\ProjectManagement\Models;
use phpOMS\Stdlib\Base\Enum;
/**
* Task type enum.
* Project responsibility type enum.
*
* @package Modules\ProjectManagement\Models
* @license OMS License 1.0

View File

@ -17,7 +17,7 @@ namespace Modules\ProjectManagement\Models;
use phpOMS\Stdlib\Base\Enum;
/**
* Task type enum.
* Project status enum.
*
* @package Modules\ProjectManagement\Models
* @license OMS License 1.0