Skip to content

Commit

Permalink
Merge pull request #441 from keradus/dx
Browse files Browse the repository at this point in the history
DX remove trailing whitespace
  • Loading branch information
veewee authored Jan 17, 2018
2 parents e0a7220 + c6b56b2 commit 51ec305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Console/Helper/TaskRunnerHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private function registerEventListeners(OutputInterface $output)
if ($output instanceof ConsoleOutputInterface) {
$output = $output->getErrorOutput();
}

$this->eventDispatcher->addSubscriber(new ProgressSubscriber($output, new ProgressBar($output)));
}

Expand Down
2 changes: 1 addition & 1 deletion src/Task/CloverCoverage.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function run(ContextInterface $context)
if ((int)$totalElements === 0) {
return TaskResult::createSkipped($this, $context);
}

$coverage = round(($checkedElements / $totalElements) * 100, 2);

if ($coverage < $percentage) {
Expand Down

0 comments on commit 51ec305

Please sign in to comment.