Skip to content

Commit e14d427

Browse files
committed
CheckSniffCompleteness: minor textual update
Use the package name, don't split it.
1 parent 04556f1 commit e14d427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/CheckSniffCompleteness.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ protected function isColorSupported()
455455
*/
456456
protected function showVersion()
457457
{
458-
echo 'PHPCSDev Tools: Sniff feature completeness checker version ';
458+
echo 'PHPCSDevTools: Sniff feature completeness checker version ';
459459
include __DIR__ . '/../VERSION';
460460
echo PHP_EOL,
461461
'by Juliette Reinders Folmer', PHP_EOL, PHP_EOL;

0 commit comments

Comments
 (0)