mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-13 14:28:39 +00:00
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
parent
c4dc57e1ca
commit
b98435c229
|
|
@ -27,9 +27,9 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*/
|
*/
|
||||||
abstract class ProgressType extends Enum
|
abstract class ProgressType extends Enum
|
||||||
{
|
{
|
||||||
/* public */ const MANUAL = 0;
|
/* public */ const MANUAL = 0;
|
||||||
/* public */ const LINEAR = 1;
|
/* public */ const LINEAR = 1;
|
||||||
/* public */ const EXPONENTIAL = 2;
|
/* public */ const EXPONENTIAL = 2;
|
||||||
/* public */ const LOG = 3;
|
/* public */ const LOG = 3;
|
||||||
/* public */ const TASKS = 4;
|
/* public */ const TASKS = 4;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user