Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Nov 18, 2013
2 parents a35b06e + 3442e76 commit e81e99e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CodeSniffer/CLI.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,8 @@ public function process($values=array())
{
if (empty($values) === true) {
$values = $this->getCommandLineValues();
} else {
$this->values = $values = array_merge($this->getDefaults(), $values);
}

if ($values['generator'] !== '') {
Expand Down

0 comments on commit e81e99e

Please sign in to comment.