Loading src/Helpers/Build.php +1 −1 Original line number Diff line number Diff line Loading @@ -558,7 +558,7 @@ public function checkRollout() { $rolloutpercentage = isset($this->confProp['rollout']['percentage']) ? (int) $this->confProp['rollout']['percentage'] : 100; if ($rolloutpercentage <= 0 || $rolloutpercentage > 100) { if ($rolloutpercentage < 0 || $rolloutpercentage > 100) { return TRUE; } $rand_number = rand(1, 100); Loading Loading
src/Helpers/Build.php +1 −1 Original line number Diff line number Diff line Loading @@ -558,7 +558,7 @@ public function checkRollout() { $rolloutpercentage = isset($this->confProp['rollout']['percentage']) ? (int) $this->confProp['rollout']['percentage'] : 100; if ($rolloutpercentage <= 0 || $rolloutpercentage > 100) { if ($rolloutpercentage < 0 || $rolloutpercentage > 100) { return TRUE; } $rand_number = rand(1, 100); Loading