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 18:06:04 +00:00
parent c4dc57e1ca
commit b98435c229

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