Skip to content

Commit e021db5

Browse files
committed
Config: update version tag line
1 parent 9f36b17 commit e021db5

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
@@ -753,7 +753,7 @@ public function processLongArgument($arg, $pos)
753753
throw new DeepExitException($output, 0);
754754
case 'version':
755755
$output = 'PHP_CodeSniffer version '.self::VERSION.' ('.self::STABILITY.') ';
756-
$output .= 'by Squiz (https://www.squiz.net)'.PHP_EOL;
756+
$output .= 'by Squiz and PHPCSStandards'.PHP_EOL;
757757
throw new DeepExitException($output, 0);
758758
case 'colors':
759759
if (isset(self::$overriddenDefaults['colors']) === true) {

0 commit comments

Comments
 (0)