Skip to content

Commit

Permalink
Config: update version tag line
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 8, 2023
1 parent 9f36b17 commit e021db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ public function processLongArgument($arg, $pos)
throw new DeepExitException($output, 0);
case 'version':
$output = 'PHP_CodeSniffer version '.self::VERSION.' ('.self::STABILITY.') ';
$output .= 'by Squiz (https://www.squiz.net)'.PHP_EOL;
$output .= 'by Squiz and PHPCSStandards'.PHP_EOL;
throw new DeepExitException($output, 0);
case 'colors':
if (isset(self::$overriddenDefaults['colors']) === true) {
Expand Down

0 comments on commit e021db5

Please sign in to comment.