Skip to content

Commit d5f5fe0

Browse files
committed
Update test to reflect change via GitHub
1 parent c2aec40 commit d5f5fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Core/Config/SniffsExcludeArgsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function testInvalid($argument, $value, $errors, $suggestion)
3636
{
3737
$exception = 'PHP_CodeSniffer\Exceptions\DeepExitException';
3838
$message = 'ERROR: The --'.$argument.' option only supports sniff codes.'.PHP_EOL;
39-
$message .= 'Sniff codes are in the form "Standard.Category.Sniff"'.PHP_EOL;
39+
$message .= 'Sniff codes are in the form "Standard.Category.Sniff".'.PHP_EOL;
4040
$message .= PHP_EOL;
4141
$message .= 'The following problems were detected:'.PHP_EOL;
4242
$message .= '* '.implode(PHP_EOL.'* ', $errors).PHP_EOL;

0 commit comments

Comments
 (0)