File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -702,7 +702,7 @@ public function processShortArgument($arg, $pos)
702
702
703
703
704
704
/**
705
- * Processes a long (--example) command line argument.
705
+ * Processes a long (--example) command- line argument.
706
706
*
707
707
* @param string $arg The command line argument.
708
708
* @param int $pos The position of the argument on the command line.
@@ -721,7 +721,7 @@ public function processLongArgument($arg, $pos)
721
721
throw new DeepExitException ($ output , 0 );
722
722
case 'version ' :
723
723
$ 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 ;
725
725
throw new DeepExitException ($ output , 0 );
726
726
case 'colors ' :
727
727
if (isset ($ this ->overriddenDefaults ['colors ' ]) === true ) {
You can’t perform that action at this time.
0 commit comments