Skip to content

Commit

Permalink
Merge branch 'fix-multiple-defaults' of https://github.com/schnittsta…
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed May 6, 2016
2 parents 5c2a8a1 + 4a1de26 commit 5c7ae88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeSniffer/CLI.php
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ public function validateStandard($standards)
$standard = 'PEAR';
}

return array($standard);
return explode(',', $standard);
}//end if

$cleaned = array();
Expand Down

0 comments on commit 5c7ae88

Please sign in to comment.