Skip to content

Commit

Permalink
Removed non-executable lines
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jun 22, 2016
1 parent fb84dfc commit d044e81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CodeSniffer/CLI.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,11 +473,9 @@ public function processShortArgument($arg, $pos)
case '?':
$this->printUsage();
exit(0);
break;
case 'i' :
$this->printInstalledStandards();
exit(0);
break;
case 'v' :
if (isset($this->values['verbosity']) === false) {
$this->values['verbosity'] = 1;
Expand Down

0 comments on commit d044e81

Please sign in to comment.