Skip to content

Commit

Permalink
Mark internal method as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
fredden committed May 14, 2024
1 parent 9d964ee commit a0b31d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,11 @@ public function processShortArgument($arg, $pos)
*
* @return void
* @throws \PHP_CodeSniffer\Exceptions\DeepExitException
*
* @internal This method is not intended to be used outside of this class.
* Its visibility will be restricted in a future version. Those
* wishing to pass / process command-line arguments should pass
* these to the __construct() method instead.
*/
public function processLongArgument($arg, $pos)
{
Expand Down

0 comments on commit a0b31d9

Please sign in to comment.