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