Command/SyncCommand.php
Method execute
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function execute(InputInterface $input, OutputInterface $output)
{
/** @var Cache $cache */
/** @var EntityManager $em */
$client = new HttpClient($input->getArgument('access_token'));