Skip to content

Commit

Permalink
Fix CS/WS
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 24, 2012
1 parent 302b465 commit ba02390
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PHPUnit/TextUI/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,8 @@ protected function handleArguments(array $argv)
break;

case '--stderr': {
$this->arguments['stderr'] = true; }
$this->arguments['stderr'] = TRUE;
}
break;

case '--stop-on-error': {
Expand Down

0 comments on commit ba02390

Please sign in to comment.