We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d964ee commit a0b31d9Copy full SHA for a0b31d9
src/Config.php
@@ -745,6 +745,11 @@ public function processShortArgument($arg, $pos)
745
*
746
* @return void
747
* @throws \PHP_CodeSniffer\Exceptions\DeepExitException
748
+ *
749
+ * @internal This method is not intended to be used outside of this class.
750
+ * Its visibility will be restricted in a future version. Those
751
+ * wishing to pass / process command-line arguments should pass
752
+ * these to the __construct() method instead.
753
*/
754
public function processLongArgument($arg, $pos)
755
{
0 commit comments