Skip to content

Commit d36d44a

Browse files
freddenjrfnl
andauthored
Update src/Config.php
Co-authored-by: Juliette <[email protected]>
1 parent 5c48598 commit d36d44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1708,7 +1708,7 @@ private function parseSniffCodes($input, $argument)
17081708

17091709
if ($errors !== []) {
17101710
$error = 'ERROR: The --'.$argument.' option only supports sniff codes.'.PHP_EOL;
1711-
$error .= 'Sniff codes are in the form "Standard.Category.Sniff"'.PHP_EOL;
1711+
$error .= 'Sniff codes are in the form "Standard.Category.Sniff".'.PHP_EOL;
17121712
$error .= PHP_EOL;
17131713
$error .= 'The following problems were detected:'.PHP_EOL;
17141714
$error .= '* '.implode(PHP_EOL.'* ', $errors).PHP_EOL;

0 commit comments

Comments
 (0)