mirror of
https://github.com/pestphp/pest.git
synced 2026-04-22 06:57:28 +02:00
Avoids extra line at the end
This commit is contained in:
@ -111,9 +111,9 @@ final class Coverage implements AddsOutput, HandlesArguments
|
|||||||
number_format($this->coverageMin, 1)
|
number_format($this->coverageMin, 1)
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
$this->output->writeln(['']);
|
$this->output->writeln(['']);
|
||||||
|
}
|
||||||
|
|
||||||
return $exitCode;
|
return $exitCode;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user