src/Tool/Command/ExportCommand.php

Summary

Maintainability
A
2 hrs
Test Coverage

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

    public function execute(InputInterface $i, OutputInterface $o)
    {
        $revision_from = $i->getOption('from');
        $revision_to   = $i->getOption('to');
        $uncommited    = $i->getOption('uncommited') === true;
Severity: Minor
Found in src/Tool/Command/ExportCommand.php - About 1 hr to fix

    Avoid too many return statements within this method.
    Open

                        return copy($source, $target);
    Severity: Major
    Found in src/Tool/Command/ExportCommand.php - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status