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 @@ -690,7 +690,7 @@ public function processShortArgument($arg, $pos)
690
690
691
691
692
692
/**
693
- * Processes a long (--example) command line argument.
693
+ * Processes a long (--example) command- line argument.
694
694
*
695
695
* @param string $arg The command line argument.
696
696
* @param int $pos The position of the argument on the command line.
@@ -709,7 +709,7 @@ public function processLongArgument($arg, $pos)
709
709
throw new DeepExitException ($ output , 0 );
710
710
case 'version ' :
711
711
$ output = 'PHP_CodeSniffer version ' .self ::VERSION .' ( ' .self ::STABILITY .') ' ;
712
- $ output .= 'by Squiz (http ://www.squiz.net) ' .PHP_EOL ;
712
+ $ output .= 'by Squiz (https ://www.squiz.net) ' .PHP_EOL ;
713
713
throw new DeepExitException ($ output , 0 );
714
714
case 'colors ' :
715
715
if (isset (self ::$ overriddenDefaults ['colors ' ]) === true ) {
You can’t perform that action at this time.
0 commit comments