Skip to content

Commit 5c7ae88

Browse files
committed
Merge branch 'fix-multiple-defaults' of https://github.com/schnittstabil/PHP_CodeSniffer
2 parents 5c2a8a1 + 4a1de26 commit 5c7ae88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeSniffer/CLI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ public function validateStandard($standards)
10811081
$standard = 'PEAR';
10821082
}
10831083

1084-
return array($standard);
1084+
return explode(',', $standard);
10851085
}//end if
10861086

10871087
$cleaned = array();

0 commit comments

Comments
 (0)