src/Command/DatabaseImportCommand.php
Method execute
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function execute(InputInterface $input, OutputInterface $output)
{
$c = $this->getContainer();
if ($c->getParameter('database_driver') !== 'pdo_mysql') {