EmicoEcommerce/Magento2TweakwiseExport

View on GitHub
Console/Command/ExportCommand.php

Summary

Maintainability
A
3 hrs
Test Coverage

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

    protected function execute(InputInterface $input, OutputInterface $output)
    {
        return $this->state->emulateAreaCode(
            Area::AREA_CRONTAB,
            function () use ($input, $output) {
Severity: Major
Found in Console/Command/ExportCommand.php - About 3 hrs to fix

    Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            Config $config,
            Export $export,
            State $state,
            StoreManagerInterface $storeManager,
            Logger $log
    Severity: Minor
    Found in Console/Command/ExportCommand.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status