mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
wip toward lvl9
This commit is contained in:
@ -80,7 +80,10 @@ final class Coverage implements AddsOutput, HandlesArguments
|
||||
}
|
||||
|
||||
if ($input->getOption(self::MIN_OPTION) !== null) {
|
||||
$this->coverageMin = (float) $input->getOption(self::MIN_OPTION);
|
||||
/** @var int|float $min_option */
|
||||
$min_option = $input->getOption(self::MIN_OPTION);
|
||||
|
||||
$this->coverageMin = (float) $min_option;
|
||||
}
|
||||
|
||||
return $originals;
|
||||
|
||||
Reference in New Issue
Block a user