fastbolt/entity-importer

View on GitHub
src/Console/Command/ImportCommand.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    protected function execute(InputInterface $input, OutputInterface $output): int
    {
        $io    = new SymfonyStyle($input, $output);
        $type  = $input->getArgument('type');
        $limit = $input->getOption('limit');
Severity: Minor
Found in src/Console/Command/ImportCommand.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status