Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
Scrutinizer Auto-Fixer 2017-11-05 21:40:19 +00:00
parent 1cdd3b0508
commit 68e9220645

View File

@ -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;
}