We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f36b17 commit e021db5Copy full SHA for e021db5
src/Config.php
@@ -753,7 +753,7 @@ public function processLongArgument($arg, $pos)
753
throw new DeepExitException($output, 0);
754
case 'version':
755
$output = 'PHP_CodeSniffer version '.self::VERSION.' ('.self::STABILITY.') ';
756
- $output .= 'by Squiz (https://www.squiz.net)'.PHP_EOL;
+ $output .= 'by Squiz and PHPCSStandards'.PHP_EOL;
757
758
case 'colors':
759
if (isset(self::$overriddenDefaults['colors']) === true) {
0 commit comments