Skip to content

Commit

Permalink
Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 11, 2011
1 parent 76ea209 commit 29b350d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PHPUnit/TextUI/Command.php
Expand Up @@ -317,9 +317,10 @@ protected function handleArguments(array $argv)
break;

case '--coverage-text': {
if($option[1] === NULL) {
if ($option[1] === NULL) {
$option[1] = 'php://stdout';
}

$this->arguments['coverageText'] = $option[1];
$this->arguments['coverageTextShowUncoveredFiles'] = FALSE;
}
Expand Down

0 comments on commit 29b350d

Please sign in to comment.