From b98435c229f0de7d020681fb42ec44ee5f437866 Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Sun, 5 Nov 2017 18:06:04 +0000 Subject: [PATCH] Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- Models/ProgressType.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Models/ProgressType.php b/Models/ProgressType.php index c9b915c..f6c48ab 100644 --- a/Models/ProgressType.php +++ b/Models/ProgressType.php @@ -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; }