GetDKAN/dkan

View on GitHub
modules/harvest/src/Entity/HarvestRunRepository.php

Summary

Maintainability
A
0 mins
Test Coverage
A
96%

Method storeRun has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  public function storeRun(array $run_data, string $plan_id, string $run_id): string {
    $field_values = [
      'id' => $run_id,
      'harvest_plan_id' => $plan_id,
    ];
Severity: Minor
Found in modules/harvest/src/Entity/HarvestRunRepository.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status