mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-01-27 16:28:41 +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
1cdd3b0508
commit
68e9220645
|
|
@ -27,9 +27,9 @@ use phpOMS\Stdlib\Base\Enum;
|
|||
*/
|
||||
abstract class ProgressType extends Enum
|
||||
{
|
||||
/* public */ const MANUAL = 0;
|
||||
/* public */ const MANUAL = 0;
|
||||
/* public */ const LINEAR = 1;
|
||||
/* public */ const EXPONENTIAL = 2;
|
||||
/* public */ const EXPONENTIAL = 2;
|
||||
/* public */ const LOG = 3;
|
||||
/* public */ const TASKS = 4;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user