command/src/MpxCommandBase.php
Method getAuthenticatedClient
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Wontfix
Wontfix
protected function getAuthenticatedClient(InputInterface $input, OutputInterface $output): \Lullabot\Mpx\AuthenticatedClient
{
$helper = $this->getHelper('question');
if (!$username = getenv('MPX_USERNAME')) {
$question = new Question('Enter the mpx user name, such as mpx/you@example.com: ');