Skip to content

Commit

Permalink
Fix CS/WS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 18, 2018
1 parent c5a120a commit 1ecfdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextUI/TestRunner.php
Expand Up @@ -159,7 +159,7 @@ public function doRun(Test $suite, array $arguments = [], bool $exit = true): Te
$this->handleConfiguration($arguments);

if ($arguments['columns'] < 16) {
$arguments['columns'] = 16;
$arguments['columns'] = 16;
$tooFewColumnsRequested = true;
}

Expand Down

0 comments on commit 1ecfdd4

Please sign in to comment.