Skip to content

Commit a0b31d9

Browse files
committed
Mark internal method as internal
1 parent 9d964ee commit a0b31d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Config.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,11 @@ public function processShortArgument($arg, $pos)
745745
*
746746
* @return void
747747
* @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.
748753
*/
749754
public function processLongArgument($arg, $pos)
750755
{

0 commit comments

Comments
 (0)