Skip to content

Commit d3ef240

Browse files
vanillajonathanjrfnl
authored andcommitted
http to https for hyperlink
1 parent 2a86d18 commit d3ef240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ public function processShortArgument($arg, $pos)
702702

703703

704704
/**
705-
* Processes a long (--example) command line argument.
705+
* Processes a long (--example) command-line argument.
706706
*
707707
* @param string $arg The command line argument.
708708
* @param int $pos The position of the argument on the command line.
@@ -721,7 +721,7 @@ public function processLongArgument($arg, $pos)
721721
throw new DeepExitException($output, 0);
722722
case 'version':
723723
$output = 'PHP_CodeSniffer version '.self::VERSION.' ('.self::STABILITY.') ';
724-
$output .= 'by Squiz (http://www.squiz.net)'.PHP_EOL;
724+
$output .= 'by Squiz (https://www.squiz.net)'.PHP_EOL;
725725
throw new DeepExitException($output, 0);
726726
case 'colors':
727727
if (isset($this->overriddenDefaults['colors']) === true) {

0 commit comments

Comments
 (0)