fisharebest/webtrees

View on GitHub
app/Http/RequestHandlers/UpgradeWizardStep.php

Summary

Maintainability
A
2 hrs
Test Coverage

Avoid too many return statements within this method.
Open

                return $this->wizardStepCopyAndCleanUp($zip_file);
Severity: Major
Found in app/Http/RequestHandlers/UpgradeWizardStep.php - About 30 mins to fix

    Avoid too many return statements within this method.
    Open

                    return $this->wizardStepUnzip($zip_file, $zip_folder);
    Severity: Major
    Found in app/Http/RequestHandlers/UpgradeWizardStep.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                      return response('', StatusCodeInterface::STATUS_NO_CONTENT);
      Severity: Major
      Found in app/Http/RequestHandlers/UpgradeWizardStep.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                        return $this->wizardStepDownload();
        Severity: Major
        Found in app/Http/RequestHandlers/UpgradeWizardStep.php - About 30 mins to fix

          There are no issues that match your filters.

          Category
          Status