ctrl-f5/ctrl-common

View on GitHub
src/Command/DatabaseImportCommand.php

Summary

Maintainability
A
1 hr
Test Coverage

Method execute has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function execute(InputInterface $input, OutputInterface $output)
    {
        $c = $this->getContainer();

        if ($c->getParameter('database_driver') !== 'pdo_mysql') {
Severity: Minor
Found in src/Command/DatabaseImportCommand.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status