We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c48598 commit d36d44aCopy full SHA for d36d44a
src/Config.php
@@ -1708,7 +1708,7 @@ private function parseSniffCodes($input, $argument)
1708
1709
if ($errors !== []) {
1710
$error = 'ERROR: The --'.$argument.' option only supports sniff codes.'.PHP_EOL;
1711
- $error .= 'Sniff codes are in the form "Standard.Category.Sniff"'.PHP_EOL;
+ $error .= 'Sniff codes are in the form "Standard.Category.Sniff".'.PHP_EOL;
1712
$error .= PHP_EOL;
1713
$error .= 'The following problems were detected:'.PHP_EOL;
1714
$error .= '* '.implode(PHP_EOL.'* ', $errors).PHP_EOL;
0 commit comments