ahilles107/updater

View on GitHub
src/Updater/Command/UpdateCommand.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function execute(InputInterface $input, OutputInterface $output)
    {
        $tempDir = $input->getArgument('temp_dir');
        $targetDir = $input->getArgument('target');
        $packageDir = $input->getArgument('package_dir');
Severity: Minor
Found in src/Updater/Command/UpdateCommand.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status