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 @@ -704,7 +704,7 @@ public function processShortArgument($arg, $pos)
704
704
705
705
706
706
/**
707
- * Processes a long (--example) command line argument.
707
+ * Processes a long (--example) command- line argument.
708
708
*
709
709
* @param string $arg The command line argument.
710
710
* @param int $pos The position of the argument on the command line.
@@ -723,7 +723,7 @@ public function processLongArgument($arg, $pos)
723
723
throw new DeepExitException ($ output , 0 );
724
724
case 'version ' :
725
725
$ output = 'PHP_CodeSniffer version ' .self ::VERSION .' ( ' .self ::STABILITY .') ' ;
726
- $ output .= 'by Squiz (http ://www.squiz.net) ' .PHP_EOL ;
726
+ $ output .= 'by Squiz (https ://www.squiz.net) ' .PHP_EOL ;
727
727
throw new DeepExitException ($ output , 0 );
728
728
case 'colors ' :
729
729
if (isset (self ::$ overriddenDefaults ['colors ' ]) === true ) {
You can’t perform that action at this time.
0 commit comments