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)
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 ) {
You can’t perform that action at this time.
0 commit comments